Skip to content

Commit

Permalink
allow empty commits
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
  • Loading branch information
andistorm committed Sep 25, 2024
1 parent 7c816f2 commit 2c49007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions/deploy-ci-artifact/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ runs:
else
commit_message="Deploy new artifact: ${{ inputs.source_repo }}/${{ inputs.workflow_run_id }}/${{ inputs.artifact_name }}"
fi
git commit -m "$commit_message"
git commit -m "$commit_message" --allow-empty
git push
working-directory: gh-pages-repo

0 comments on commit 2c49007

Please sign in to comment.