Skip to content

[release/9.0.1xx-rc1] Remove xcsync from SDK and install as .NET Glob… #5260

[release/9.0.1xx-rc1] Remove xcsync from SDK and install as .NET Glob…

[release/9.0.1xx-rc1] Remove xcsync from SDK and install as .NET Glob… #5260

Workflow file for this run

name: Notify release branch change
on:
# trigger for main and release branches.
push:
branches:
- main
- release/*
jobs:
pingRemote:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Ping remote repository'
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.SERVICEACCOUNT_PAT }}
event-type: ping-mirror
repository: ${{ secrets.ORG }}/${{ secrets.REPO }}
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'