fix: push force
This commit is contained in:
parent
5e169f1367
commit
394caf2c80
@ -16,4 +16,4 @@ runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Mirror
|
||||
run: ${{ gitea.action_path }}/mirror.sh
|
||||
run: ${{ gitea.action_path }}/entrypoint.sh
|
||||
|
@ -11,4 +11,4 @@ set -x
|
||||
git init -b main
|
||||
git remote add origin "$URL"
|
||||
git fetch --no-tags --prune --no-recurse-submodules origin "$GITHUB_SHA"
|
||||
git push "$INPUT_URL" "$GITHUB_SHA:$GITHUB_REF"
|
||||
git push -f "$INPUT_URL" "$GITHUB_SHA:$GITHUB_REF"
|
Loading…
Reference in New Issue
Block a user