Skip to content

07 16 2023 testing (#895) #126

07 16 2023 testing (#895)

07 16 2023 testing (#895) #126

Workflow file for this run

name: Update Branch
on:
push:
branches:
- main
- test*
jobs:
build-runspace:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Create local changes
run: |
powershell.exe -f Compile.ps1
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Compile Winutil