Skip to content

Commit

Permalink
[SKIP CI] Keep repo.json file when creating repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 authored Feb 18, 2024
1 parent 1550cfd commit 1e8d47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/commit-repo.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

rsync -a --delete --exclude .git --exclude .gitignore ../main/repo/ .
rsync -a --delete --exclude .git --exclude .gitignore --exclude repo.json ../main/repo/ .
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git status
Expand Down

0 comments on commit 1e8d47b

Please sign in to comment.