Skip to content

Commit

Permalink
Quote for syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 9, 2024
1 parent 152a880 commit 09a9ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/holonix-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
shell: bash
run: |
changed_branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
echo "branch=${${{ inputs.branch }}:-$changed_branch}" >> $GITHUB_OUTPUT
echo "branch=${"${{ inputs.branch }}":-$changed_branch}" >> $GITHUB_OUTPUT
id: extract_branch

- name: Print branch
Expand Down

0 comments on commit 09a9ff6

Please sign in to comment.