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:
parent
8495565a6f
commit
6a3af0c818
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -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…
Reference in New Issue
Block a user