Skip to content

Commit

Permalink
Remove env
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejewsky committed Nov 13, 2023
1 parent 13ba59e commit fe09f71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/changesets-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- name: Changeset file lookup
env:
GH_TOKEN: ${{ github.token }}
PR_BRANCH: ${{ steps.extract_branch.outputs.branch }}
PR_ID: ${{ github.event.number }}
run: |
files=$(gh pr diff "$PR_ID" --name-only)
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
- name: Remove instance
env:
SALEOR_CLI_ENV: staging
PREFIX: pr-
run: npx saleor env remove "${PREFIX}${GITHUB_HEAD_REF_SLUG_URL}" --force
run: npx saleor env remove "pr-${GITHUB_HEAD_REF_SLUG_URL}" --force

0 comments on commit fe09f71

Please sign in to comment.