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 98e64eb commit 23a19cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chlog-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
git config --global user.name 'Github Action'
git config --global user.email '[email protected]'
git commit -m "Auto updating changelog-aws.md"
- name: fetch from master
- name: pull from master
run: |
git remote -v
git fetch origin https://github.com/amazon-contributing/opentelemetry-collector-contrib.git
git pull
- name: push code to master
run: git push origin CWQS-761

0 comments on commit 23a19cf

Please sign in to comment.