Skip to content

Commit

Permalink
health-check workflow: change message of Commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thaovt287 committed Jun 4, 2024
1 parent 48edbfb commit e596bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
author_name: Github-Bot
author_email: [email protected]
message: 'Update data after publish:${{ steps.input_data.outputs.target }}'
message: 'Update error rpcs:${{ steps.input_data.outputs.target }}'

- name: Deploy Assets to Cloudflare Pages
if: success() && steps.commit_changes.outputs.added_files > 0 || steps.commit_changes.outputs.modified_files > 0
Expand Down

0 comments on commit e596bc1

Please sign in to comment.