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 92af0df commit db506fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -34,7 +34,7 @@ jobs:
- name: make update changelog
run: make chlog-update-aws
- name: switching from HTTPS to SSH
run: git remote set-url origin UPSTREAM
run: git remote set-url origin https://github.com/amazon-contributing/opentelemetry-collector-contrib.git
- name: check for changes
run: |
git branch
Expand Down

0 comments on commit db506fc

Please sign in to comment.