From fcf998d2fb444ac11ad38b15bcd104a551ff0c50 Mon Sep 17 00:00:00 2001 From: Ho Man Chan Date: Thu, 7 Mar 2024 08:34:59 -0500 Subject: [PATCH] chore: update pressbooks/composer-autoupdate-bedrock workflow to use main branch (#33) --- .github/workflows/autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 99b7fb4..54fb77e 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Trigger Bedrock Updates - uses: pressbooks/composer-autoupdate-bedrock@v2 + uses: pressbooks/composer-autoupdate-bedrock@main with: triggered-by: ${{ github.repository }} token: ${{ secrets.PAT_COMPOSER_UPDATE }}