Skip to content

Commit 591779e

Browse files
committed
Rebase deployments instead of forcing
1 parent 49ff969 commit 591779e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ runs:
7979
folder: ${{ inputs.source-dir }}
8080
target-folder: ${{ env.targetdir }}
8181
commit-message: Deploy preview for PR ${{ env.pr }} 🛫
82+
force: false
8283

8384
- name: Leave a comment after deployment
8485
if: env.action == 'deploy' && env.deployment_status == 'success'
@@ -109,6 +110,7 @@ runs:
109110
folder: ${{ env.emptydir }}
110111
target-folder: ${{ env.targetdir }}
111112
commit-message: Remove preview for PR ${{ env.pr }} 🛬
113+
force: false
112114

113115
- name: Leave a comment after removal
114116
if: env.action == 'remove' && env.deployment_status == 'success'

0 commit comments

Comments
 (0)