We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55336a3 commit 1dd2996Copy full SHA for 1dd2996
2 files changed
.github/workflows/sync-dev-to-vX.Y-dev.yaml
@@ -34,8 +34,8 @@ jobs:
34
id: pull_requests
35
shell: bash
36
run: |
37
- git config user.name ${GITHUB_ACTOR}
38
- git config user.email "a@b.c"
+ git config user.name "github-actions[bot]"
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
39
40
DEV_BRANCHES=$(git branch -r --list origin/v?.?-dev)
41
for DEV_BRANCH in $DEV_BRANCHES; do
.github/workflows/sync-main-to-dev.yaml
id: pull_request
SYNC="$BASE-sync-with-$HEAD"
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
0 commit comments