Skip to content

Commit

Permalink
Update repo_sync.yml
Browse files Browse the repository at this point in the history
More debugging.

Signed-off-by: Donato Coladipietro <40404846+donato-ods-devops@users.noreply.github.com>
  • Loading branch information
donato-ods-devops authored Sep 17, 2024
1 parent 695f804 commit 44c8e57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/repo_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
run: |
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
- name: Debug Environment
run: |
gh auth status
gh repo view myorg/aries-acapy-plugins --json name,owner
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Sync repository with the upstream
run: |
DEBUG=1 gh repo sync $REPOSITORY -b $BRANCH_NAME --force
Expand Down

0 comments on commit 44c8e57

Please sign in to comment.