Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/django-5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird authored Jan 8, 2024
2 parents b4949e4 + debd7b3 commit a305615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: make install
- name: Get version
id: get_version
run: echo ::set-output name=BRANCH::${GITHUB_REF#refs/heads/}
run: echo ::set-output name=BRANCH::${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
- name: Test
run: BRANCH=${{ steps.get_version.outputs.BRANCH }} make test

Expand Down

0 comments on commit a305615

Please sign in to comment.