Skip to content

Commit 6bf39d2

Browse files
authored
Update sync-all-readme.yml
1 parent e854699 commit 6bf39d2

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/sync-all-readme.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,9 @@ jobs:
1111
steps:
1212
- name: Checkout profile repo
1313
uses: actions/checkout@v3
14-
with:
15-
path: profile # Check out the profile repo to 'profile/' directory
1614

1715
- name: Copy README to other repos
18-
env:
19-
GH_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }} # Use a PAT for broader permissions
2016
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-
2717
REPOS=("GKI_KernelSU_SUSFS" "Sultan_KernelSU_SUSFS" "OnePlus_KernelSU_SUSFS" "Pixel_KernelSU_SUSFS")
2818
2919
for REPO in "${REPOS[@]}"; do

0 commit comments

Comments
 (0)