Skip to content

install tfx in the pipeline #7

install tfx in the pipeline

install tfx in the pipeline #7

name: Create Example Repos
on:
workflow_dispatch:
push:
branches:
- scaleUp
jobs:
create:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Configure contributor
run: |
git config --global user.email "github-actions@github.com"
git config --global user.name "GitHub Actions"
- name: Run script
shell: pwsh
env:
AZURE_DEVOPS_CREATE_PAT: ${{ secrets.AZURE_DEVOPS_CREATE_PAT }}
TEMP: ${{ runner.temp }}
PROVISIONCOUNT: 1
run: |
.\make.ps1 -command "provision" -provisionCount $env:PROVISIONCOUNT