Skip to content

Commit

Permalink
Uncomment exit 0
Browse files Browse the repository at this point in the history
  • Loading branch information
baksetercx committed May 22, 2024
1 parent f7b4bb2 commit 299e1d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: |
if [[ -z "$(git status --porcelain)" ]]; then
echo 'No changes to commit.'
# exit 0
exit 0
fi
gh_app_user_id="$(curl -gs https://api.github.com/users/$GH_APP_USERNAME | jq -r '.id')"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-starter-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
if [[ -z "$(git status --porcelain)" ]]; then
echo 'No changes to commit.'
# exit 0
exit 0
fi
gh_app_user_id="$(curl -gs https://api.github.com/users/$GH_APP_USERNAME | jq -r '.id')"
Expand Down

0 comments on commit 299e1d2

Please sign in to comment.