This commit is contained in:
NianBroken
2024-02-13 20:01:15 +08:00 Unverified
parent 27352a5fe7
commit 274987059e
-1
View File
@@ -105,7 +105,6 @@ jobs:
GITHUB_RUN_NUMBER: ${{ github.run_number }}
GITHUB_RUN_ID: ${{ github.run_id }}
run: |
git push origin main --force
if [ -z "${{ github.event.inputs.force_push_message }}" ]; then
export FORCE_PUSH_MESSAGE="False"
else