Skip to content

Commit

Permalink
chore: debug private repo address
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Jun 5, 2024
1 parent 7b3d76f commit 65ad815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Custom git-sync
run: |
PRIVATE_REPO="https://${{ secrets.BOT_USERNAME }}:${{ secrets.CONCRETE_ACTIONS_TOKEN }}@github.com/${{ secrets.SYNC_DEST_REPO }}"
PRIVATE_REPO="https://${{ secrets.BOT_USERNAME }}:${{ secrets.CONCRETE_ACTIONS_TOKEN }}@github.com/${{ secrets.SYNC_DEST_REPO }}.git"
git remote add private_repo "$PRIVATE_REPO"
Expand Down

0 comments on commit 65ad815

Please sign in to comment.