Skip to content

Commit

Permalink
chore: ci: prefix ref passed to build pulse with refs/heads/ (#12338)
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Aug 6, 2024
1 parent d44dc15 commit 5069d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pulse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
GITHUB_RUN_ID=$INPUT_RUN_ID \
GITHUB_RUN_ATTEMPT=$INPUT_RUN_ATTEMPT \
GITHUB_EVENT_NAME=$INPUT_EVENT_NAME \
GITHUB_REF=$INPUT_REF \
GITHUB_REF=refs/heads/$INPUT_REF \
GITHUB_HEAD_REF=$INPUT_HEAD_REF \
./buildpulse-action/run.sh

0 comments on commit 5069d8b

Please sign in to comment.