Skip to content

Commit

Permalink
test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Sep 25, 2023
1 parent 027732f commit 53c5bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Get info
run: |
export appid="${{ secrets.AZURE_CREDENTIALS_STAGE }}"
appid=$(echo ${{ secrets.AZURE_CREDENTIALS_STAGE }} | jq -r '.appId')
echo $appid | jq -r '.appId'
echo $appid | jq -r '.name'
Expand Down

0 comments on commit 53c5bcb

Please sign in to comment.