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 efcfe30 commit 97f4184Copy full SHA for 97f4184
.github/workflows/target.yml
@@ -38,8 +38,8 @@ jobs:
38
id: version
39
run: |
40
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"
+ X=`echo "${{ github.event.comment.body }}" | grep -o '!target.*' | awk '{print $2}'`; echo "Target: $X"
+ echo VERSION="Target : ${X%.}" >> "$GITHUB_OUTPUT"
43
44
- name : "Create label if it doesn't exist"
45
id: create-label
0 commit comments