Removed duplicate argument
This commit is contained in:
parent
8b8594e5e4
commit
89b3786db6
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ jobs:
|
||||||
id: autopep8
|
id: autopep8
|
||||||
uses: peter-evans/autopep8@v1.1.0
|
uses: peter-evans/autopep8@v1.1.0
|
||||||
with:
|
with:
|
||||||
args: --exit-code --recursive --in-place --aggressive --aggressive .
|
args: --exit-code --recursive --in-place --aggressive .
|
||||||
- name: Set autopep8 branch name
|
- name: Set autopep8 branch name
|
||||||
id: vars
|
id: vars
|
||||||
run: echo ::set-output name=branch-name::"autopep8-patches/$GITHUB_HEAD_REF"
|
run: echo ::set-output name=branch-name::"autopep8-patches/$GITHUB_HEAD_REF"
|
||||||
|
|
Loading…
Reference in a new issue