Skip to content

Commit

Permalink
Merge pull request #1531 from SalesforceCommerceCloud/fix-env-conflicts
Browse files Browse the repository at this point in the history
Fix env conflicts
  • Loading branch information
wjhsf authored Nov 15, 2023
2 parents 324ce0a + 2e88278 commit 0048eae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ jobs:
uses: "./.github/actions/push_to_mrt"
with:
CWD: "./packages/template-retail-react-app"
TARGET: staging
TARGET: staging-v2

- name: Push Bundle to MRT (Production)
if: env.IS_NOT_FORK == 'true' && env.IS_LATEST_NPM == 'true' && env.RELEASE == 'true'
uses: "./.github/actions/push_to_mrt"
with:
CWD: "./packages/template-retail-react-app"
TARGET: production
TARGET: production-v2

- name: Check Repository Clean
if: env.IS_NOT_FORK == 'true' && env.IS_DEFAULT_NPM == 'true'
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
uses: "./.github/actions/push_to_mrt"
with:
CWD: ${{ env.PROJECT_DIR }}
TARGET: generated-pwa
TARGET: generated-pwa-v2

- name: Send GitHub Action data to Slack workflow (Generated)
id: slack
Expand Down

0 comments on commit 0048eae

Please sign in to comment.