Skip to content

More Refactoring of the QUIC Layer RX Packets (#3827) #1203

More Refactoring of the QUIC Layer RX Packets (#3827)

More Refactoring of the QUIC Layer RX Packets (#3827) #1203

Workflow file for this run

name: Mirror
on:
push:
branches:
- main
- release/*
- prerelease/*
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
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: scripts/sync-mirror.ps1 -Source $env:Source