We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0796f6d commit ec8bc02Copy full SHA for ec8bc02
which-branch/action.yaml
@@ -23,6 +23,6 @@ runs:
23
id: which-branch
24
shell: bash
25
run: |
26
- branch="$(python ${{ github.action_path }}/which_branch.py \
+ branch="$(python '${{ github.action_path }}/which_branch.py' \
27
-t "${{ inputs.token }}" -r "${{github.repository }}" "${{ github.sha }}")"
28
echo "branch=$branch" >> "$GITHUB_OUTPUT"
0 commit comments