We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d932b commit 88a0464Copy full SHA for 88a0464
.github/workflows/deploy-aca-package.yml
@@ -40,6 +40,11 @@ jobs:
40
with:
41
creds: ${{ secrets.AZURE_CREDENTIALS }}
42
43
+ - name: Debug Key Value Values
44
+ run: |
45
+ echo "KEY_VALUE_KEYS=${{ secrets.KEY_VALUE_KEYS }}"
46
+ echo "KEY_VALUE_VALUES=${{ secrets.KEY_VALUE_VALUES }}"
47
+ echo '${{ secrets.KEY_VALUE_VALUES }}' | jq
48
- name: Create Resource Group, Deploy Bicep
49
uses: azure/CLI@v1
50
0 commit comments