File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 39
39
git add -A
40
40
git commit -m "style: Apply linting rules"
41
41
git push "https://${GITHUB_ACTOR}:${{ env.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" HEAD:refs/heads/linting/${{ github.head_ref }} --force
42
- gh pr create -B ${{ github.head_ref }} -H ${{ github.head_ref }}-lint -b 'Adds required linting changes' -a ${{ github.event.pull_request.user.login }} -T 'Apply linting rules and refactorings for ${{ github.head_ref }}'
42
+ gh pr create -B ${{ github.head_ref }} -H ${{ github.head_ref }}-lint -b 'Adds required linting changes' -a ${{ github.event.pull_request.user.login }} -t 'Apply linting rules and refactorings for ${{ github.head_ref }}'
43
43
shell : bash
44
44
env :
45
45
GH_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments