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 e5ab915 commit 28e298e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autopublisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
run: |
$GITHUB_WORKSPACE/publisher/auto_git2staging.sh
env:
PUBLISHER_ENVIRONMENT: example
PUBLISHER_ENVIRONMENT: "${{ env.PUBLISHER_ENVIRONMENT }}"
- name: Staging to Prod Repo
run: |
$GITHUB_WORKSPACE/publisher/auto_staging2prod.sh
env:
PUBLISHER_ENVIRONMENT: ${{ env.PUBLISHER_ENVIRONMENT }}
PUBLISHER_ENVIRONMENT: "${{ env.PUBLISHER_ENVIRONMENT }}"
- name: Cleanup Staging Repo
run: |
$GITHUB_WORKSPACE/publisher/auto_stagingcleanup.sh
env:
PUBLISHER_ENVIRONMENT: ${{ env.PUBLISHER_ENVIRONMENT }}
PUBLISHER_ENVIRONMENT: "${{ env.PUBLISHER_ENVIRONMENT }}"

0 comments on commit 28e298e

Please sign in to comment.