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 97f4184 commit 6db1d62Copy full SHA for 6db1d62
.github/workflows/target.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Get Version
38
id: version
39
run: |
40
- echo ${{ github.event.comment.body }}
+ echo "${{ github.event.comment.body }}"
41
X=`echo "${{ github.event.comment.body }}" | grep -o '!target.*' | awk '{print $2}'`; echo "Target: $X"
42
echo VERSION="Target : ${X%.}" >> "$GITHUB_OUTPUT"
43
0 commit comments