Skip to content

Commit

Permalink
try repos in root file
Browse files Browse the repository at this point in the history
  • Loading branch information
trueberryless committed Nov 18, 2024
1 parent 2793f10 commit d45b46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
id: read-repos
run: |
echo "Loading repositories from repos.json..."
echo "REPOS=$(cat repos.json)" >> $GITHUB_ENV
echo "REPOS=$(cat /repos.json)" >> $GITHUB_ENV
# Step 4: Sync workflows to target repositories
- name: Update workflows in target repositories
Expand Down

0 comments on commit d45b46f

Please sign in to comment.