Skip to content

Commit

Permalink
fix remaining references
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Jan 31, 2023
1 parent 7b00fee commit f9e8d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shadow-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Clone shadow repo
uses: actions/checkout@v3
with:
repository: ${{ secrets.SHADOW_OWNER }}/${{ secrets.SHADOW_REPO }}
repository: ${{ vars.SHADOW_OWNER }}/${{ vars.SHADOW_REPO }}
ssh-key: ${{ secrets.SHADOW_REPO_PRIVATE_KEY }}
ref: ${{ github.ref_name }}
path: shadow-repo
Expand All @@ -69,4 +69,4 @@ jobs:
with:
issue-number: ${{ github.event.number }}
body: |
View diff of compiled files (may take a few minutes): https://github.com/${{ secrets.SHADOW_OWNER }}/${{ secrets.SHADOW_REPO }}/compare/${{ github.event.pull_request.base.ref }}..${{ github.event.pull_request.head.ref }}
View diff of compiled files (may take a few minutes): https://github.com/${{ vars.SHADOW_OWNER }}/${{ vars.SHADOW_REPO }}/compare/${{ github.event.pull_request.base.ref }}..${{ github.event.pull_request.head.ref }}

0 comments on commit f9e8d60

Please sign in to comment.