Skip to content

Commit

Permalink
fix: allow empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Apr 24, 2024
1 parent 8e9fd8c commit da52449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cluster-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
git config user.name ocfbot
git add -A
git commit -m "chore: rebuild cluster repository" -m "triggered by: ${{ inputs.module_name }}"
git commit -m "chore: rebuild cluster repository" -m "triggered by: ${{ inputs.module_name }}" --allow-empty
git push

0 comments on commit da52449

Please sign in to comment.