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 e03ff84 commit eb626e2Copy full SHA for eb626e2
.github/actions/push-changes/action.yml
@@ -63,4 +63,4 @@ runs:
63
git stash pop
64
git commit -m'${{ inputs.commit-message }}' -- ${{ inputs.working-directory }}
65
git push
66
- git chechout ${{ github.head_ref || github.ref }}
+ git checkout ${{ github.head_ref || github.ref }}
0 commit comments