Skip to content

Commit

Permalink
fix string label 22
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Aug 4, 2023
1 parent 0477603 commit e827040
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/label-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
- run: |
if [ -n "enhancement" ]; then
echo "POUET"
valid=false
echo "hasValidLabels=${valid}" >> ${{ env.hasValidLabels }}
echo "false" >> ${{ env.hasValidLabels }}
echo "POUET POUET : ${{ env.hasValidLabels }}"
hasValidLabels=false
fi
- name: Comment if missing labels
Expand Down

0 comments on commit e827040

Please sign in to comment.