Skip to content

Commit

Permalink
remove appid log
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Sep 28, 2023
1 parent b7bf880 commit bf2c816
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Get info
run: |
appid=$(echo ${{ secrets.AZURE_CREDENTIALS_STAGE }} | jq -r '.appId')
echo $appid | jq -r '.appId'
echo $appid | jq -r '.name'
# Set brand specific variables
- name: Environment variables
id: variables
Expand Down

0 comments on commit bf2c816

Please sign in to comment.