Skip to content

Commit

Permalink
changed to not leave comment after fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMPN authored Jan 9, 2024
1 parent 46ec99b commit 89161d0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/fix-pep8-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git commit -am "Automated autopep8 fixes"
git push
- name: Create comment
if: steps.cap8c.outcome == 'success'
uses: peter-evans/create-or-update-comment@v3
with:
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
issue-number: ${{ github.event.client_payload.github.payload.issue.number }}
body: |
Fixed PEP8 problems!
# - name: Create comment
# if: steps.cap8c.outcome == 'success'
# uses: peter-evans/create-or-update-comment@v3
# with:
# repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
# issue-number: ${{ github.event.client_payload.github.payload.issue.number }}
# body: |
# Fixed PEP8 problems!

0 comments on commit 89161d0

Please sign in to comment.