Skip to content

Commit

Permalink
#50 名前を修正
Browse files Browse the repository at this point in the history
@openai: ignore
  • Loading branch information
fumikito committed Jul 19, 2023
1 parent f6f4291 commit 34f8e37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-scoper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: Add Prefix
if: inputs.scoper
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: composer install --prefer-dist --no-progress --no-suggest

- uses: ./.github/workflows/php-scoper.yml
name: Do PHP Scoper if possible
with:
scoper: ${{ matrix.scoper }}

Expand Down Expand Up @@ -113,7 +114,7 @@ jobs:
- name: Build Package
run: bash bin/build.sh

- uses: kuno1/ga-communicator/.github/workflows/php-scoper.yml
- uses: ./.github/workflows/php-scoper.yml
name: Do PHP Scoper
with:
scoper: true
Expand Down

0 comments on commit 34f8e37

Please sign in to comment.