Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
deploy
  • Loading branch information
trueberryless committed Nov 19, 2024
1 parent d83b90b commit a51484b
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 @@ -73,7 +73,7 @@ jobs:
echo "Starting workflow sync..."
repos=$(jq -c '.repositories[]' repos.json)
global_defaults=$(jq -c '.defaults' repos.json)
global_defaults=$(jq -c '.defaults // {}' repos.json)
for repo_config in $repos; do
repo_name=$(echo "$repo_config" | jq -r '.name')
Expand Down

0 comments on commit a51484b

Please sign in to comment.