mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 18:40:58 -05:00
forgejo helper does not copy .git
it will create a new git repo from scratch
This commit is contained in:
parent
22ff5f4704
commit
9b17c14d9d
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ function push() {
|
|||
local token="$6"
|
||||
|
||||
local dir="$DIR/$project"
|
||||
rsync -a $directory/ $dir/
|
||||
rsync -a --exclude .git $directory/ $dir/
|
||||
|
||||
local workflows=$dir/.forgejo/workflows/*.yml
|
||||
if test "$(echo $workflows)" != "$workflows"; then
|
||||
|
|
Loading…
Reference in a new issue