Skip to content

Commit

Permalink
ci: env variables are reset between steps in the job (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
  • Loading branch information
HarikrishnanBalagopal authored Sep 25, 2023
1 parent 4111e06 commit 5b30223
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/raise-operator-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
git add -A
git commit -s -m 'operator move2kube-operator (${{ github.event.inputs.tag }})'
git push -u origin "${BRANCH_NAME}"
- name: create-pull-request-to-community-repo
run: |
echo 'create-pull-request-to-community-repo'
curl -L \
-X POST \
-H 'Accept: application/vnd.github+json' \
Expand Down Expand Up @@ -92,8 +91,7 @@ jobs:
git add -A
git commit -s -m 'operator move2kube-operator (${{ github.event.inputs.tag }})'
git push -u origin "${BRANCH_NAME}"
- name: create-pull-request-to-prod-repo
run: |
echo 'create-pull-request-to-prod-repo'
curl -L \
-X POST \
-H 'Accept: application/vnd.github+json' \
Expand Down

0 comments on commit 5b30223

Please sign in to comment.