Skip to content

Commit

Permalink
Update apix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
npateriya authored Nov 10, 2022
1 parent a549f35 commit 8e0f183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/apix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
# Stage the file, commit and push
git config user.name "GitHub Actions Bot"
git config user.email ${{ env.GIT_EMAIL }}
git checkout master
git add ${{ env.CHANGE_LOG_FILE_NAME }}
git diff-index --quiet HEAD || git commit -m "new change log commit"
git push origin master --force

0 comments on commit 8e0f183

Please sign in to comment.