Browse Source

fix: autoupdater version (#393)

The auto updater has an stable version @v1 with the latest changes in config
pull/394/head
Oscar Arzola 2 years ago committed by GitHub
parent
commit
437f8c4eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/standards-and-tests.yml

2
.github/workflows/standards-and-tests.yml

@ -101,7 +101,7 @@ jobs:
- name: Trigger Bedrock Update
if: github.ref == 'refs/heads/dev' && matrix.experimental == false
uses: pressbooks/composer-autoupdate-bedrock@v1.1
uses: pressbooks/composer-autoupdate-bedrock@v1
with:
triggered-by: ${{ github.repository }}
token: ${{ secrets.PAT_COMPOSER_UPDATE }}

Loading…
Cancel
Save