parent
0032b14b63
commit
ac02523680
@ -14,4 +14,4 @@ set -x
|
|||||||
git init -b "$GITHUB_REF_NAME"
|
git init -b "$GITHUB_REF_NAME"
|
||||||
git remote add origin "$URL"
|
git remote add origin "$URL"
|
||||||
git fetch --no-tags --prune --no-recurse-submodules origin "$GITHUB_SHA"
|
git fetch --no-tags --prune --no-recurse-submodules origin "$GITHUB_SHA"
|
||||||
git push "$INPUT_URL" "$GITHUB_SHA:$GITHUB_REF"
|
git push "$INPUT_URL" "$GITHUB_REF_NAME:$GITHUB_REF"
|
||||||
|
Loading…
Reference in New Issue
Block a user