forked from open-telemetry/opentelemetry-collector-contrib
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 . | ||
|
@@ -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]' |