chore: workflow pulls correct version of branch

This commit is contained in:
Liam DeBeasi
2024-01-17 09:39:57 -05:00
parent 71e485d770
commit 0860ea0951

View File

@@ -79,6 +79,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Pull the latest version of the reference
# branch instead of the revision that triggered
# the workflow otherwise we won't get the commit
# created in the previous job and this next job
# will fail.
with:
ref: ${{ github.ref }}
- name: Configure Identity
# Commits from github-actions do not
# trigger other GitHub Actions. As a result,