Skip to content

Commit 4fb6c17

Browse files
committed
chore: mv remove-stale.js
1 parent 78887f6 commit 4fb6c17

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/remove-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Run remove-stale.js
1919
run: |
20-
node .github/workflows/remove-stale.js
20+
node script/remove-stale.js
2121
env:
2222
STALE_ENDPOINT: "https://pkg.pr.new/rm/stale"
2323
STALE_KEY: ${{ secrets.NITRO_RM_STALE_KEY }}

0 commit comments

Comments
 (0)