Skip to content

Commit 8001901

Browse files
“Samarth“Samarth
authored andcommitted
actions repository path reference fix
1 parent ea166f3 commit 8001901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/zombie-mode.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [opened]
55
branches: [develop]
66
schedule:
7-
- cron: '0 9 * * MON'
7+
- cron: '0 6 * * MON'
88
workflow_dispatch:
99

1010
jobs:
@@ -24,7 +24,7 @@ jobs:
2424
contents: write
2525
pull-requests: write
2626
steps:
27-
- uses: secure-software-engineering/actions/zombie-mode@develop
27+
- uses: secure-software-engineering/actions/zombie-mode/prepare-pr@develop
2828
with:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}
3030
base-branch: 'develop'
@@ -37,7 +37,7 @@ jobs:
3737
pull-requests: write
3838
contents: write
3939
steps:
40-
- uses: secure-software-engineering/actions/zombie-mode/zombie-prs-merge@develop
40+
- uses: secure-software-engineering/actions/zombie-mode/merge-pr@develop
4141
with:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
4343
age-days: '3'

0 commit comments

Comments
 (0)