From db506fca0dc824eab23cfac51afdf4f48112d930 Mon Sep 17 00:00:00 2001 From: Bhanu Bandi Date: Mon, 23 Oct 2023 14:45:17 -0400 Subject: [PATCH] added chlog-update --- .github/workflows/chlog-update.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/chlog-update.yml b/.github/workflows/chlog-update.yml index f7987cb65515..e934907acde7 100644 --- a/.github/workflows/chlog-update.yml +++ b/.github/workflows/chlog-update.yml @@ -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: @@ -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