Skip to content

Commit ea67e05

Browse files
committed
Adjust workflows
* Fix job name in trigger.yml. It's not a deploy job. * Use `pull` instead of `pull_strategy` in `EndBug/add-and-commit`. `pull_strategy` has been deprecated.
1 parent 5ca7232 commit ea67e05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
4444
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
4545
branch: gh-pages
46-
pull_strategy: 'NO-PULL'
46+
pull: 'NO-PULL'

.github/workflows/trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- cron: '15 11 3 * *'
55

66
jobs:
7-
deploy:
7+
trigger:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Enable each workflow

0 commit comments

Comments
 (0)