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