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 bbbf4c5 commit faea226Copy full SHA for faea226
.github/workflows/nersc.yml
@@ -1,7 +1,7 @@
1
name: NERSC
2
3
on:
4
- pull_request
+ pull_request_target
5
6
env:
7
PR_NUMBER: ${{ github.event.number }}
@@ -37,4 +37,4 @@ jobs:
37
git fetch origin pull/${PR_NUMBER}/head:PR-${PR_SHA}
38
git remote add gitlab https://${{ secrets.GITLAB_TOKEN_NAME }}:${{ secrets.GITLAB_TOKEN }}@${{ secrets.GITLAB_URL }}
39
git checkout PR-${PR_SHA}
40
- git push -f -u gitlab PR-${PR_SHA}
+ git push -f -u gitlab PR-${PR_SHA}
0 commit comments