We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit de8a6b9Copy full SHA for de8a6b9
.github/workflows/sync.yml
@@ -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
+# 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 commit comments