Skip to content

Commit

Permalink
add git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerKSI committed Oct 27, 2023
1 parent 0a55068 commit 0ea0bdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Commit and Push libs
if: steps.check-diff.outputs.diff == 'true'
run: |
git pull
git config --global user.name 'Builder'
git config --global user.email '[email protected]'
git commit -am "Built shared lib - linux"
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
- name: Commit and Push libs
if: steps.check-diff.outputs.diff == 'true'
run: |
git pull
git config --global user.name 'Builder'
git config --global user.email '[email protected]'
git commit -am "Built shared lib - osx"
Expand Down

0 comments on commit 0ea0bdb

Please sign in to comment.