Skip to content

Bump submodules/googletest from e47544a to 2dd1c13 (#3901) #1252

Bump submodules/googletest from e47544a to 2dd1c13 (#3901)

Bump submodules/googletest from e47544a to 2dd1c13 (#3901) #1252

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@8ade135a41bc03ea155e62e844d188df1ea18608
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