Skip to content

Commit

Permalink
as an argument?
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamtug committed May 23, 2024
1 parent ddaa760 commit 2d20388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autopublisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- name: Git to Staging Repo
run: |
$GITHUB_WORKSPACE/publisher/auto_git2staging.sh "${{ env.PUBLISHER_ENVIRONMENT}}"
$GITHUB_WORKSPACE/publisher/auto_git2staging.sh "$PUBLISHER_ENVIRONMENT"
env:
PUBLISHER_ENVIRONMENT: "${{ env.PUBLISHER_ENVIRONMENT }}"
- name: Staging to Prod Repo
Expand Down

0 comments on commit 2d20388

Please sign in to comment.