Skip to content

Commit

Permalink
chore: use forked custom action to support multi package support
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-man-chan authored Mar 21, 2024
1 parent a0de12b commit 0403e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Add HTTP basic auth credentials
run: echo '${{ secrets.COMPOSER_AUTH_JSON }}' > $GITHUB_WORKSPACE/auth.json
- name: composer update action
uses: kawax/composer-update-action@master
uses: pressbooks/composer-update-action@@master
env:
GITHUB_TOKEN: ${{secrets.PAT_FOR_GITHUB_ACTIONS}}
GIT_NAME: Pressbooks 🤖
Expand Down

0 comments on commit 0403e8b

Please sign in to comment.