We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cbe77 commit 0c907b3Copy full SHA for 0c907b3
.github/workflows/generate.yaml
@@ -43,13 +43,16 @@ jobs:
43
- run: ./google-api-java-client-services/.github/workflows/generate.sh ${{ matrix.service }}
44
- name: Create PR via Local Checkout (Large Commit Support)
45
shell: bash
46
+ working-directory: google-api-java-client-services
47
env:
48
GH_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
49
SERVICE: ${{ matrix.service }}
50
AUTHOR: "Yoshi Code Bot <yoshi-automation@google.com>"
51
FORK_REPO: "yoshi-code-bot/google-api-java-client-services"
52
BASE_REPO: "${{ github.repository }}"
53
run: |
54
+ set -ex
55
+
56
# 1. Setup Identity
57
git config user.name "Yoshi Code Bot"
58
git config user.email "yoshi-automation@google.com"
0 commit comments