1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-03-16 01:06:04 +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 - name: Checkout
uses: actions/checkout@v3.5.2 uses: actions/checkout@v3.5.2
- name: Remove 'stale' label - 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: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}