Skip to content

Commit 4e9fac6

Browse files
mhdawsonsxa
authored andcommitted
build: fix usage of input in feature action
Signed-off-by: Michael Dawson <[email protected]> PR-URL: #42150 Reviewed-By: Mestery <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 853cbd9 commit 4e9fac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/close-stale-feature-requests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/stale@v4
4040
with:
4141
repo-token: ${{ secrets.GITHUB_TOKEN }}
42-
days-before-stale: ${{ github.event.input.daysBeforeStale }}
42+
days-before-stale: ${{ github.event.inputs.daysBeforeStale }}
4343
days-before-close: 30
4444
stale-issue-label: stale
4545
close-issue-message: ${{ env.CLOSE_MESSAGE }}

0 commit comments

Comments
 (0)