Skip to content

test

test #7

Workflow file for this run

# SPDX-FileCopyrightText: Intel Corporation
#
# SPDX-License-Identifier: BSD-3-Clause
name: "Sync repos"
on:
push:
branches:
- mirror
jobs:
checks:
runs-on: borealis
steps:
- uses: actions/checkout@v4
with:
token: ${{secrets.PUBLIC_PAT}}
- run: |
git clean -x -f -e .github/workflows/sync_public.yml
git remote -v
git remote set-url upstream https://${{secrets.USR}}:${{secrets.PUBLIC_PAT}}@github.com/haichangsi/distributed-ranges.git
git push -f upstream HEAD:mirror