Skip to content

Commit

Permalink
continue on step error.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Sep 6, 2022
1 parent 96fee79 commit 7e81fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Push Google Drive Stats to Repo
if: env.UPLOAD_DIAGRAMS == 'TRUE' || contains(github.event.head_commit.message, 'upload diagrams')
continue-on-error: true
run: |
git config --global user.name "${SERVICE_ACCOUNT_NAME}"
git config --global user.email "${SERVICE_ACCOUNT_EMAIL}"
Expand Down

0 comments on commit 7e81fc8

Please sign in to comment.