Skip to content

Commit

Permalink
fix: allow empty commits
Browse files Browse the repository at this point in the history
  • Loading branch information
pgimalac committed Dec 29, 2023
1 parent d8999b2 commit 8abfd01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildimages-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@ jobs:
create_branch: true
# allow empty commits, so that the branch always exists if the workflow succeeds
commit_options: '--allow-empty'
skip_fetch: true
skip_dirty_check: true # prevents pushing an empty commit if false
skip_fetch: true # if the branch exists it is already fetched

0 comments on commit 8abfd01

Please sign in to comment.