mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2025-01-10 00:59:01 -07:00
Temp fix for git-lfs issue 5749
This commit is contained in:
parent
8aec05af30
commit
082e18d3e1
|
@ -18,6 +18,9 @@ TARGET_DIRECTORY="${11}"
|
||||||
CREATE_TARGET_BRANCH_IF_NEEDED="${12}"
|
CREATE_TARGET_BRANCH_IF_NEEDED="${12}"
|
||||||
KEEP_GITATTRIBUTES="${13}"
|
KEEP_GITATTRIBUTES="${13}"
|
||||||
|
|
||||||
|
## Temp fix for git-lfs issue 5749
|
||||||
|
export GIT_CLONE_PROTECTION_ACTIVE=false
|
||||||
|
|
||||||
if [ -z "$DESTINATION_REPOSITORY_USERNAME" ]
|
if [ -z "$DESTINATION_REPOSITORY_USERNAME" ]
|
||||||
then
|
then
|
||||||
DESTINATION_REPOSITORY_USERNAME="$DESTINATION_GITHUB_USERNAME"
|
DESTINATION_REPOSITORY_USERNAME="$DESTINATION_GITHUB_USERNAME"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user