build: fix usage of input in feature action

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: https://github.com/nodejs/node/pull/42150
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
Michael Dawson
2022-02-28 12:28:36 -05:00
committed by GitHub
parent a62972ab28
commit b3723fac05

View File

@@ -39,7 +39,7 @@ jobs:
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: ${{ github.event.input.daysBeforeStale }}
days-before-stale: ${{ github.event.inputs.daysBeforeStale }}
days-before-close: 30
stale-issue-label: stale
close-issue-message: ${{ env.CLOSE_MESSAGE }}