Skip to content

Commit

Permalink
#50 action.ymlの指定は不要
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Jul 19, 2023
1 parent 87e8427 commit 3cd35dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

- uses: ./.github/actions/php-scoper/action.yml
- uses: ./.github/actions/php-scoper
name: Do PHP Scoper if possible
with:
scoper: ${{ matrix.scoper }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Build Package
run: bash bin/build.sh

- uses: ./.github/actions/php-scoper/action.yml
- uses: ./.github/actions/php-scoper
name: Do PHP Scoper
with:
scoper: true
Expand Down

0 comments on commit 3cd35dc

Please sign in to comment.