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.
2 parents 3bb5d1b + 6026cd7 commit 49183deCopy full SHA for 49183de
.github/workflows/public_repo_sync_code.yml
@@ -0,0 +1,11 @@
1
+name: Sync Code to Public Repo
2
+on:
3
+ push:
4
+ branches: [main]
5
+
6
+jobs:
7
+ sync-code:
8
+ uses: reapit-global/uk-devops-reusable-workflows/.github/workflows/public_repo_sync_code.yml@06feb189699a7751a163b66f72deead8a4921917
9
+ with:
10
+ public_org: "reapit"
11
+ public_repo: "foundations-code-examples"
0 commit comments