Skip to content

Commit b2c88ec

Browse files
mhdawsondanielleadams
authored andcommitted
build: fix usage of input in feature action
Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #42150 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent bcabd70 commit b2c88ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)