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 dd74c91 commit f1b2a9fCopy full SHA for f1b2a9f
.github/workflows/pull_request.yml
@@ -35,7 +35,7 @@ jobs:
35
[[ $WAS_DIRTY = false ]] && exit 0
36
git config --global user.name "github-actions"
37
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
38
- git checkout ${{ github.head_ref }}
+ git switch -c linting/${{ github.head_ref }}
39
git add -A
40
git commit -m "style: Apply linting rules"
41
git push "https://${GITHUB_ACTOR}:${{ env.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" HEAD:refs/heads/linting/${{ github.head_ref }} --force
0 commit comments