Skip to content

Commit

Permalink
fix: replace repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrafal authored Aug 21, 2024
1 parent ab9d76d commit 3174b20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/add-sync-to-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
original_remote=$(git remote get-url origin)
repos=$(gh repo list ubiquity --limit 1 --json name,updatedAt -q '.[] | select(.updatedAt > (now - 30*24*60*60)) | .name')
for REPO in $repos; do
$REPO = "https://github.com/zyrafal/ts-template"
echo "Processing $REPO"
gh repo clone ubiquity/$REPO
gh repo clone zyrafal/$REPO
cd $REPO
branch_name="add-sync-script"
git checkout -b $branch_name
Expand Down

0 comments on commit 3174b20

Please sign in to comment.