We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b1e63 commit eb28be1Copy full SHA for eb28be1
.github/workflows/cron-tasks.yml
@@ -7,7 +7,6 @@ on:
7
push:
8
branches:
9
- main
10
- workflow_dispatch: # This should be removed once the workflow is tested and working
11
12
jobs:
13
update_generated_files:
@@ -39,7 +38,6 @@ jobs:
39
38
# the whole history to generate the list of AUTHORS
40
fetch-depth: "0"
41
token: ${{ steps.app-token.outputs.token }}
42
- persist-credentials: false
43
44
- name: Set up Git
45
run: |
@@ -92,5 +90,5 @@ jobs:
92
90
93
91
- name: Commit and push
94
95
- git commit --no-allow-empty -m "chore: update auto-generated files" || true
+ git commit --no-allow-empty -m "chore: update auto-generated files [skip actions]" || true
96
git push
0 commit comments