Skip to content

Commit

Permalink
Merge pull request #197 from KaotoIO/oscerd-patch-5
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 52ee339 + a953fd0 commit f010cd0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,12 @@ jobs:
- name: "Build OLM bundle"
run: |
make bundle
- name: Commit
- name: Checking Diff
run: |
if [[ `git status --porcelain` ]]; then
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
echo "WARNING: No changes were detected."
fi
Expand Down

0 comments on commit f010cd0

Please sign in to comment.