Skip to content

Commit

Permalink
fix: sync base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alichherawalla committed May 12, 2022
1 parent 0357a78 commit 049fabc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
author_email: [email protected]
message: 'chore: update badges'
add: 'badges/'
- name: Git pull origin
run: |
git pull origin ${{ github.ref }}
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 049fabc

Please sign in to comment.