Skip to content

Commit

Permalink
⚗️ Push to an imaginary upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram committed Nov 1, 2024
1 parent f8cff2b commit ff2548b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
skip-empty: true
token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit ff2548b

Please sign in to comment.