Skip to content

Commit ff2548b

Browse files
committed
⚗️ Push to an imaginary upstream
1 parent f8cff2b commit ff2548b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/fix.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ jobs:
3636
skip-empty: true
3737
token: ${{ secrets.GITHUB_TOKEN }}
3838

39-
- run: git push origin '${{ github.head_ref }}'
39+
- run: |
40+
git remote add upstream '${{ github.repositoryUrl }}'
41+
git push upstream '${{ github.head_ref }}'

0 commit comments

Comments
 (0)