fetch data #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: fetch data | ||
on: | ||
workflow_dispatch: | ||
jobs: | ||
fetch-data: | ||
runs-on: ubuntu-latest | ||
environment: Production1 | ||
steps: | ||
- name: Checkout private tools | ||
uses: actions/checkout@v3 | ||
- name: Checkout private tools1 | ||
if: ${{ secrets.AZURE_TENANT_ID == 'AZURE_TENANT_ID_value' }} | ||
Check failure on line 16 in .github/workflows/env.yml GitHub Actions / fetch dataInvalid workflow file
|
||
run: | | ||
echo AZURE_TENANT_ID value | ||
- name: Checkout private tools2 | ||
if: ${{ vals.filepath == 'filepath' }} | ||
run: | | ||
echo filepath value |