Skip to content

Commit

Permalink
forward /
Browse files Browse the repository at this point in the history
  • Loading branch information
philspokas committed Nov 22, 2023
1 parent d438cf6 commit c556d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
steps:

- run: |
.\\tools\\display-value.ps1 ${{ secrets.ENVIRONMENTSECRET }}
.\tools\display-value.ps1 ${{ env.deployment-value }}
./tools/display-value.ps1 ${{ secrets.ENVIRONMENTSECRET }}
./tools/display-value.ps1 ${{ env.deployment-value }}
printenv
name: deploy
Expand Down

0 comments on commit c556d95

Please sign in to comment.