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 c477087 commit bbfdc5cCopy full SHA for bbfdc5c
.github/actions/update-version/action.yml
@@ -79,8 +79,8 @@ runs:
79
chmod +x $SCRIPT
80
$SCRIPT -g true -d true $VERSION_STRING ${{inputs.template-extension}} ${{inputs.files}}
81
82
- - name: output
83
- id: result
84
- shell: bash
85
- run: |
86
- echo "version-string=$VERSION_STRING" >> "$GITHUB_OUTPUT"
+ - name: output
+ id: result
+ shell: bash
+ run: |
+ echo "version-string=$VERSION_STRING" >> "$GITHUB_OUTPUT"
0 commit comments