Skip to content

Commit

Permalink
fun with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamtug committed May 23, 2024
1 parent 28e298e commit bcf7b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autopublisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
run: |
$GITHUB_WORKSPACE/publisher/auto_git2staging.sh
env:
PUBLISHER_ENVIRONMENT: "${{ env.PUBLISHER_ENVIRONMENT }}"
PUBLISHER_ENVIRONMENT: "$PUBLISHER_ENVIRONMENT"
- name: Staging to Prod Repo
run: |
$GITHUB_WORKSPACE/publisher/auto_staging2prod.sh
env:
PUBLISHER_ENVIRONMENT: "${{ env.PUBLISHER_ENVIRONMENT }}"
PUBLISHER_ENVIRONMENT: $PUBLISHER_ENVIRONMENT
- name: Cleanup Staging Repo
run: |
$GITHUB_WORKSPACE/publisher/auto_stagingcleanup.sh
Expand Down

0 comments on commit bcf7b79

Please sign in to comment.