Skip to content

Commit 9df4aa2

Browse files
committed
TEMP: allow empty commit
Usually there should be something to commit. Now just want to check if sending emails works
1 parent 42ff9e9 commit 9df4aa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/daily-status.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git config --global user.email "test@github.land"
3939
git config --global user.name "GitHub Almighty"
4040
git add .
41-
git commit -m "[daily-status] $subject"
41+
git commit -m "[daily-status] $subject" --allow-empty
4242
git push
4343
working-directory: git-annex-ci-reports
4444
env:

0 commit comments

Comments
 (0)