Skip to content

touchups to work with GHA #4

touchups to work with GHA

touchups to work with GHA #4

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 "[email protected]"
git config --global user.name "GitHub Actions"
- name: Run script
shell: pwsh
env:
AZURE_DEVOPS_CREATE_PAT: ${{ secrets.AZURE_DEVOPS_EXT_PAT }}
TEMP: ${{ runner.temp }}
PROVISIONCOUNT: 1
run: |
.\make.ps1 -command "provision" -provisionCount $env:PROVISIONCOUNT