Skip to content

bump version

bump version #17

Workflow file for this run

name: Mirror
on:
push:
branches:
- main
- release/*
tags:
- v*
permissions: read-all
jobs:
mirror:
permissions:
contents: read # for actions/checkout to fetch code
name: Mirror
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
fetch-depth: 0
- name: Sync mirror
shell: pwsh
env:
AzDO_PAT: ${{ secrets.AZDO_PAT }}
Source: ${{ github.ref }} # refs/heads/<branch_name> or refs/tags/<tag_name>
run: .github\workflows\sync-mirror.ps1 -Source $env:Source