Skip to content

configure the correct temp value #2

configure the correct temp value

configure the correct temp value #2

name: Create Example Repos
on:
workflow_dispatch:
push:
branches:
- scaleUp
jobs:
create:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run script
shell: pwsh
env:
AZURE_DEVOPS_CREATE_PAT: ${{ secrets.AZURE_DEVOPS_EXT_PAT }}
TEMP: ${{ runner.temp }}
run: |
.\make.ps1 -command "provision" -provisionCount 5