Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Nov 1, 2024
1 parent 1ec90bb commit c0ce5aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/commit_and_push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ runs:
git commit -m "${{ inputs.commit-message }}"
git push origin "${{ inputs.branch-name }}"
else
# Skip since the above commands exit with 1 if there are no changes to commit
echo "No changes to commit. Skipping commit and push."
fi

0 comments on commit c0ce5aa

Please sign in to comment.