Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
hellyzh committed Feb 5, 2024
1 parent 36e154b commit 5a9a09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
uses: actions/checkout@v3

- name: Checkout private tools1
if: ${{ secrets.AZURE_TENANT_ID == 'AZURE_TENANT_ID_value'}}
if: ${{ secrets.AZURE_TENANT_ID == 'AZURE_TENANT_ID_value' }}
run: |
echo AZURE_TENANT_ID value
- name: Checkout private tools2
if: ${{ vals.filepath == 'filepath'}}
if: ${{ vals.filepath == 'filepath' }}
run: |
echo filepath value

0 comments on commit 5a9a09d

Please sign in to comment.