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.
2 parents 7a223e3 + ca81949 commit 919dba0Copy full SHA for 919dba0
1 file changed
.github/workflows/podcast-data.yml
@@ -60,6 +60,13 @@ jobs:
60
commit_author: "GitHub Actions Bot <actions@github.com>"
61
skip_push: true
62
63
+ - name: Configure git identity for rebase
64
+ if: steps.auto-commit.outputs.changes_detected == 'true'
65
+ working-directory: ${{ github.workspace }}
66
+ run: |
67
+ git config user.name "GitHub Actions Bot"
68
+ git config user.email "actions@github.com"
69
+
70
- name: Push changes with retry
71
if: steps.auto-commit.outputs.changes_detected == 'true'
72
working-directory: ${{ github.workspace }}
0 commit comments