We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104f6a6 commit b57f917Copy full SHA for b57f917
.github/workflows/pr-preview.yml
@@ -82,7 +82,7 @@ jobs:
82
83
- name: Overwrite snapshot scripts with versions from main
84
run: |
85
- git remote add upstream https://github.com/${{ github.repository }}.git
+ git remote add upstream https://github.com/${{ github.event.pull_request.base.repo.full_name }}.git
86
git fetch upstream main
87
git checkout upstream/main -- scripts/insert-snapshot-warning.js scripts/deploy-github-pages.sh
88
0 commit comments