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 2b1e821 commit efcfe30Copy full SHA for efcfe30
.github/workflows/target.yml
@@ -44,7 +44,7 @@ jobs:
44
- name : "Create label if it doesn't exist"
45
id: create-label
46
run: |
47
- if ! gh label list | grep -q ${{ steps.version.outputs.VERSION }}; then
+ if ! gh label list | grep -q "${{ steps.version.outputs.VERSION }}"; then
48
echo "Label doesn't exist, creating"
49
gh label create "${{ steps.version.outputs.VERSION }}" --description "A release target." --color 4900CB
50
fi
0 commit comments