Skip to content

Commit

Permalink
Use head branch [ci force]
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont committed Jan 30, 2024
1 parent d33f51c commit 1e75f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Get head git commit message
id: get_head_commit_message
run: echo "HEAD_COMMIT_MESSAGE=$(git show -s --format=%s $GITHUB_SHA)" >> "$GITHUB_OUTPUT"
run: echo "HEAD_COMMIT_MESSAGE=$(git show -s --format=%s ${{ github.event.pull_request.head.sha || github.sha }})" >> "$GITHUB_OUTPUT"

- uses: viash-io/viash-actions/setup@v5

Expand Down

0 comments on commit 1e75f37

Please sign in to comment.