Skip to content

Commit de8a6b9

Browse files
committed
Creating plumbing branch
0 parents  commit de8a6b9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/sync.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Sync any source updates
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: '0 2 * * *'
6+
jobs:
7+
update:
8+
uses: overlookinfra/shared-actions/.github/workflows/sync.yml@main

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Mirrored repository
2+
3+
This repository is synced from upstream on a regular basis.
4+
This default `plumbing` branch contains only the code to run the sync and this `README`.
5+
6+
The other branches hold the actual code, and regular snapshots are taken and stored in the `backup/*` path.
7+
8+
Change to the `main` or `master` branch to see the repo you probably expected.

0 commit comments

Comments
 (0)