1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-03-15 16:56:06 +00:00

Putting the variable inside double quotes

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign 2023-08-18 13:16:52 -03:00
parent 8495565a6f
commit 6a3af0c818
No known key found for this signature in database
GPG Key ID: AE3C7FC910687F33

View File

@ -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 }}