Skip to content

Commit

Permalink
Switch back to v1 version of get-envs action
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Aug 27, 2024
1 parent baa258d commit 1f95eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azfunction-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
- name: Retrieve environment variables
if: ${{ env.AZURE_CREDENTIALS_SET != 'false' }}
id: get-envs
uses: Andrews-McMeel-Universal/get-envs@bug/DEVOPS-513/fix-environment-var-separator
uses: Andrews-McMeel-Universal/get-envs@v1
with:
azurecredentials: ${{ secrets.AZURE_CREDENTIALS }}
environment: ${{ inputs.environment }}
Expand Down

0 comments on commit 1f95eb5

Please sign in to comment.