Skip to content

Commit

Permalink
Merge pull request #196 from KaotoIO/oscerd-patch-4
Browse files Browse the repository at this point in the history
Update release-pipeline.yml
  • Loading branch information
oscerd authored Feb 8, 2024
2 parents 9835095 + b5187ac commit 52ee339
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ jobs:
- name: Commit
run: |
if [[ `git status --porcelain` ]]; then
echo "OK: Changes detected."
echo "OK: Changes detected."
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
echo "OK: Showing changes."
git diff
git commit -am "Align repository"
git push
else
Expand Down

0 comments on commit 52ee339

Please sign in to comment.