Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jun 20, 2023
1 parent 92f9550 commit e6e8952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
repository: 'yoshi-code-bot/google-api-python-client'
env:
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}

- name: Sync fork
run: gh repo sync $REPOSITORY -b $BRANCH_NAME
env:
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
REPOSITORY: ${{ github.event.pull_request.head.repo.full_name }}
REPOSITORY: 'yoshi-code-bot/google-api-python-client'
BRANCH_NAME: ${{ github.ref_name }}


Expand Down

0 comments on commit e6e8952

Please sign in to comment.