Skip to content

Commit 3983aff

Browse files
committed
Fix typos in stale workflow
Signed-off-by: Jordan Borean <[email protected]>
1 parent e9073f8 commit 3983aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
workflow-dispatchname: Stale pull request handler
1+
name: Stale pull request handler
22
on:
33
schedule:
44
- cron: 0 0 * * *
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/stale@main
14+
- uses: actions/stale@4.0.0
1515
id: stale
1616
with:
1717
days-before-stale: -1

0 commit comments

Comments
 (0)