Skip to content

Commit 7e3ac6a

Browse files
yubiuserPromoFaux
authored andcommitted
Use env variable
Signed-off-by: Christian König <[email protected]>
1 parent 3ba31ec commit 7e3ac6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
days-before-stale: 30
2424
days-before-close: 5
2525
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.'
26-
stale-issue-label: $stale_label
26+
stale-issue-label: '${{ env.stale_label }}'
2727
exempt-issue-labels: 'internal, Fixed In Next Release, Bug, never-stale'
2828
exempt-all-issue-assignees: true
2929
operations-per-run: 300
@@ -42,6 +42,6 @@ jobs:
4242
- name: Checkout
4343
uses: actions/[email protected]
4444
- name: Remove 'stale' label
45-
run: gh issue edit ${{ github.event.issue.number }} --remove-label $stale_label
45+
run: gh issue edit ${{ github.event.issue.number }} --remove-label ${{ env.stale_label }}
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)