Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #49 from Riztard/patch-1
Browse files Browse the repository at this point in the history
Exclude repo.json from deletion
  • Loading branch information
timschneeb authored Feb 3, 2024
2 parents d578f9e + f0ac123 commit ab3d92b
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 ../master/repo/ .
rsync -a --delete --exclude .git --exclude .gitignore --exclude repo.json ../master/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 ab3d92b

Please sign in to comment.