There was an error while loading. Please reload this page.
1 parent e854699 commit 6bf39d2Copy full SHA for 6bf39d2
1 file changed
.github/workflows/sync-all-readme.yml
@@ -11,19 +11,9 @@ jobs:
11
steps:
12
- name: Checkout profile repo
13
uses: actions/checkout@v3
14
- with:
15
- path: profile # Check out the profile repo to 'profile/' directory
16
17
- name: Copy README to other repos
18
- env:
19
- GH_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }} # Use a PAT for broader permissions
20
run: |
21
- # Verify README.md exists in .github/profile/
22
- if [ ! -f profile/.github/profile/README.md ]; then
23
- echo "Error: profile/.github/profile/README.md not found"
24
- exit 1
25
- fi
26
-
27
REPOS=("GKI_KernelSU_SUSFS" "Sultan_KernelSU_SUSFS" "OnePlus_KernelSU_SUSFS" "Pixel_KernelSU_SUSFS")
28
29
for REPO in "${REPOS[@]}"; do
0 commit comments