We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ea631 commit f571e2eCopy full SHA for f571e2e
1 file changed
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Find ref to build/publish
22
id: ref_finder
23
run: |
24
- if [[ ! -z "${{ inputs.ref }} ]]; then echo "ref=${{ inputs.ref }}" >> $GITHUB_OUTPUT
+ if [[ ! -z "${{ inputs.ref }}" ]]; then echo "ref=${{ inputs.ref }}" >> $GITHUB_OUTPUT
25
else echo "ref=${{ github.sha }}" >> $GITHUB_OUTPUT
26
- uses: actions/checkout@v4
27
with:
0 commit comments