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 5f9d2b7 commit f9df7d5Copy full SHA for f9df7d5
action.yml
@@ -54,6 +54,9 @@ runs:
54
- name: Check and Replace
55
shell: bash -el {0}
56
run: |
57
+ git config --global user.name "github-actions[bot]"
58
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
59
+
60
if [[ "$RUNNER_OS" == "Linux" || "$RUNNER_OS" == "macOS" ]]; then
61
SYNC="$action_path/codes/sync.py"
62
elif [[ "$RUNNER_OS" == "Windows" ]]; then
0 commit comments