Skip to content

Commit bbfdc5c

Browse files
authored
update-version action: fix indent
1 parent c477087 commit bbfdc5c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/actions/update-version/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ runs:
7979
chmod +x $SCRIPT
8080
$SCRIPT -g true -d true $VERSION_STRING ${{inputs.template-extension}} ${{inputs.files}}
8181
82-
- name: output
83-
id: result
84-
shell: bash
85-
run: |
86-
echo "version-string=$VERSION_STRING" >> "$GITHUB_OUTPUT"
82+
- name: output
83+
id: result
84+
shell: bash
85+
run: |
86+
echo "version-string=$VERSION_STRING" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)