ci: checkout correct branch for build step (#3676)

This commit is contained in:
Max Golionko 2023-01-19 02:34:20 -05:00 committed by GitHub
parent 59b67f1cfa
commit e8554cd1cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,8 @@ jobs:
steps: steps:
- name: Code checkout - name: Code checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_branch }}
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3