Skip to content

Commit 0c907b3

Browse files
fix: cd into git repo
1 parent 96cbe77 commit 0c907b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,16 @@ jobs:
4343
- run: ./google-api-java-client-services/.github/workflows/generate.sh ${{ matrix.service }}
4444
- name: Create PR via Local Checkout (Large Commit Support)
4545
shell: bash
46+
working-directory: google-api-java-client-services
4647
env:
4748
GH_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
4849
SERVICE: ${{ matrix.service }}
4950
AUTHOR: "Yoshi Code Bot <yoshi-automation@google.com>"
5051
FORK_REPO: "yoshi-code-bot/google-api-java-client-services"
5152
BASE_REPO: "${{ github.repository }}"
5253
run: |
54+
set -ex
55+
5356
# 1. Setup Identity
5457
git config user.name "Yoshi Code Bot"
5558
git config user.email "yoshi-automation@google.com"

0 commit comments

Comments
 (0)