Skip to content

Commit

Permalink
Fix relative path to upstream & downstream repos (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard authored Jul 31, 2024
1 parent 9783c55 commit 71cbd98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: (upstream) Create PR
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
with:
path: upstream
push-to-fork: ${{ env.UPSTREAM }}
token: ${{ secrets.SYNC_TOKEN }}
branch: init-${{ github.event.inputs.org }}-${{ github.event.inputs.repo }}
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:
- name: (downstream) Create PR
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
with:
path: downstream
push-to-fork: ${{ env.DOWNSTREAM }}
token: ${{ secrets.SYNC_TOKEN }}
branch: init
Expand Down

0 comments on commit 71cbd98

Please sign in to comment.