We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8cff2b commit ff2548bCopy full SHA for ff2548b
.github/workflows/fix.yaml
@@ -36,4 +36,6 @@ jobs:
36
skip-empty: true
37
token: ${{ secrets.GITHUB_TOKEN }}
38
39
- - run: git push origin '${{ github.head_ref }}'
+ - run: |
40
+ git remote add upstream '${{ github.repositoryUrl }}'
41
+ git push upstream '${{ github.head_ref }}'
0 commit comments