Skip to content

Commit

Permalink
Change to ${{ env.GITHUB_WORKSPACE }}
Browse files Browse the repository at this point in the history
  • Loading branch information
rfolkes authored Nov 23, 2022
1 parent 2f2d94b commit e4c38b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
uses: azure/CLI@v1
with:
inlineScript: >
echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE" >> $GITHUB_ENV
echo "Creating resources"
az deployment group create --resource-group ${{ env.RESOURCE_GROUP_NAME }} --template-file '/github/workspace/Azure/main.bicep' --debug
az deployment group create --resource-group ${{ env.RESOURCE_GROUP_NAME }} --template-file '${{ env.GITHUB_WORKSPACE }}/Azure/main.bicep' --debug
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e4c38b8

Please sign in to comment.