mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
fix: switch composer update to composer install in CI to avoid GitHub API rate limiting
This commit is contained in:
committed by
GitHub
parent
d7c6c61bdf
commit
c277fa461f
@@ -27,8 +27,8 @@ jobs:
|
||||
run:
|
||||
cp .env.test .env
|
||||
|
||||
- name: Run composer update
|
||||
run: composer update --prefer-dist --no-interaction --no-progress --no-scripts
|
||||
- name: Run composer install
|
||||
run: composer install --prefer-dist --no-interaction --no-progress --no-scripts
|
||||
env:
|
||||
COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ secrets.GITHUB_TOKEN }}"}}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user