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 bf38337 commit 3847761
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/chlog-update.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Update changelog

#env:
# UPSTREAM: https://github.com/amazon-contributing/opentelemetry-collector-contrib.git
# UPSTREAM_BRANCH: CWQS-761
env:
UPSTREAM: https://github.com/amazon-contributing/opentelemetry-collector-contrib.git
UPSTREAM_BRANCH: CWQS-761

on:
push:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: make update changelog
run: make chlog-update-aws
- name: switching from HTTPS to SSH
run: git remote set-url origin https://github.com/amazon-contributing/opentelemetry-collector-contrib.git
run: git remote set-url origin UPSTREAM
- name: check for changes
run: git status
- name: stage changed files
Expand All @@ -49,6 +49,6 @@ jobs:
git config --global user.email '[email protected]'
git commit -m "Auto updating changelog-aws.md"
- name: fetch from master
run: git fetch origin main
run: git fetch origin CWQS-761
- name: push code to master
run: git push origin HEAD:main
run: git push origin CWQS-761

0 comments on commit 3847761

Please sign in to comment.