Skip to content

Commit

Permalink
set work dir
Browse files Browse the repository at this point in the history
  • Loading branch information
philspokas committed Nov 22, 2023
1 parent ec2bc3f commit 97ab751
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
- run: |
$PSVersionTable
pwd
ls tools
./tools/display-value.ps1 ${{ secrets.ENVIRONMENTSECRET }}
dir tools
./display-value.ps1 ${{ secrets.ENVIRONMENTSECRET }}
# .//tools//display-value.ps1 ${{ env.deployment-value }}

name: deploy
shell: pwsh
working-directory: ./tools

# ...deployment-specific steps

Expand Down

0 comments on commit 97ab751

Please sign in to comment.