Skip to content

Commit

Permalink
Update auto-label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored Apr 14, 2023
1 parent 4f0d4e6 commit c05098e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
LABELS=$(echo "${{ env.BODY }}" | sed -n -r "s/.*QGIS version: ([[:digit:]]\.[[:digit:]]+).*/\1/p")
echo "label: ${LABELS}"
if [[ -z "${LABELS}" ]]; then
if [[ -n "${LABELS}" ]]; then
echo "label=${LABELS}" >> $GITHUB_OUTPUT
echo "label2: ${label}"
else
Expand Down

0 comments on commit c05098e

Please sign in to comment.