Merge pull request #12 from reapit-global/fix-repo-sync #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Sync Code to Public Repo | ||
| on: | ||
| push: | ||
| branches: [main] | ||
| jobs: | ||
| sync-code: | ||
| uses: reapit-global/uk-devops-reusable-workflows/.github/workflows/public_repo_sync_code.yml@06feb189699a7751a163b66f72deead8a4921917 | ||
|
Check failure on line 8 in .github/workflows/public_repo_sync_code.yml
|
||
| secrets: inherit | ||
| with: | ||
| public_org: "reapit" | ||
| public_repo: "foundations-code-examples" | ||