Removed duplicate argument

This commit is contained in:
Markus Staab 2019-11-03 10:32:04 +01:00 committed by GitHub
parent 8b8594e5e4
commit 89b3786db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ jobs:
id: autopep8
uses: peter-evans/autopep8@v1.1.0
with:
args: --exit-code --recursive --in-place --aggressive --aggressive .
args: --exit-code --recursive --in-place --aggressive .
- name: Set autopep8 branch name
id: vars
run: echo ::set-output name=branch-name::"autopep8-patches/$GITHUB_HEAD_REF"