Skip to content

Commit

Permalink
Creating plumbing branch
Browse files Browse the repository at this point in the history
  • Loading branch information
binford2k committed Oct 18, 2024
0 parents commit 6cf400f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Sync any source updates
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'
jobs:
update:
uses: overlookinfra/shared-actions/.github/workflows/sync.yml@main
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Mirrored repository

This repository is synced from upstream on a regular basis.
This default `plumbing` branch contains only the code to run the sync and this `README`.

The other branches hold the actual code, and regular snapshots are taken and stored in the `backup/*` path.

Change to the `main` or `master` branch to see the repo you probably expected.

0 comments on commit 6cf400f

Please sign in to comment.