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 d11a300 commit 1397786
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/chlog-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: git remote set-url origin https://github.com/bhanuba/amazon-cloudwatch-agent-test.git
- name: check for changes
run: |
git branch
git status
- name: stage changed files
run: git add .
Expand All @@ -34,9 +33,9 @@ jobs:
git config --global user.email '[email protected]'
git commit -m "Auto updating changelog-aws.md"
- name: fetch repo
run: git fetch origin CWQS-761
- name: push code to CWQS-761
run: git fetch origin main
- name: push code to main
run: |
git push origin HEAD:CWQS-761
git push origin HEAD:main
git config --global user.name 'Github Action'
git config --global user.email '[email protected]'

0 comments on commit 1397786

Please sign in to comment.