Skip to content

Commit

Permalink
chore: use forked custom action to support multi package support (#81)
Browse files Browse the repository at this point in the history
* chore: use forked custom action to support multi package support

* fix: remove extra '@' symbol in auto-update.yml
  • Loading branch information
ho-man-chan committed Mar 21, 2024
1 parent a0de12b commit df5bda2
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 df5bda2

Please sign in to comment.