Skip to content

Commit

Permalink
added chlog-update
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanuba committed Oct 23, 2023
1 parent 374109e commit 16244ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chlog-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
git config --global user.email '[email protected]'
git commit -m "Auto updating changelog-aws.md"
- name: fetch repo
run: git pull
run: git fetch origin main
- name: push code to main
run: |
git push
Expand Down

0 comments on commit 16244ad

Please sign in to comment.