Skip to content

Commit

Permalink
[@yorevs] Removing badge commit from action build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Saporetti Junior committed Sep 20, 2023
1 parent 3d1e8f4 commit 28a05d9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,3 @@ jobs:
run: pip install --upgrade pip
- name: Execute Gradle build
run: ./gradlew clean install build
- name: Commit badges
run: |
git config --global user.name "$(git log -n 1 --pretty=format:%an)"
git config --global user.email "$(git log -n 1 --pretty=format:%ae)"
if [[ -z $(git status --porcelain) ]]; then
echo 'No changes detected, skipping commit.'
else
git commit -a -m "[@${{ github.actor }}] AUTO updated build properties"
git push origin HEAD
fi

0 comments on commit 28a05d9

Please sign in to comment.