Skip to content

Commit

Permalink
exclude repo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AwkwardPeak7 committed Jun 21, 2024
1 parent a6af4a2 commit ca3df99
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 ca3df99

Please sign in to comment.