Putting the variable inside double quotes

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
pull/5363/head
RD WebDesign 9 months ago
parent 8495565a6f
commit 6a3af0c818
No known key found for this signature in database
GPG Key ID: AE3C7FC910687F33

@ -39,7 +39,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2
- name: Remove 'stale' label
run: gh issue edit ${{ github.event.issue.number }} --remove-label $stale_label
run: gh issue edit ${{ github.event.issue.number }} --remove-label "$stale_label"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save