Skip to content

Commit

Permalink
Simplify dependency updates workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni-vonage committed Nov 6, 2024
1 parent da1d41b commit aece867
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/depsupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,9 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
if $(git status | grep -q '"git add"'); then
git add . -A
git commit -m 'Automatic dependencies update'
git push origin ${{ env.BRANCH_NAME }}
sleep 5s
make versionup
git add . -A
git commit -m 'Update version'
git push origin ${{ env.BRANCH_NAME }}
git commit -m 'Automatic dependencies update'
git push origin ${{ env.BRANCH_NAME }}
fi
shell: bash

0 comments on commit aece867

Please sign in to comment.