You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `deploy-commit-message` | The commit message to use when adding/updating a preview. <br> You can use GitHub context variables like `${{ github.event.number }}`. <br><br> Default: `Deploy preview for PR ${{ github.event.number }} 🛫`|
114
+
| `remove-commit-message` | The commit message to use when removing a preview. <br> Note: If using `action` with a value of `"auto"`, you need to specify BOTH `deploy-commit-message` and `remove-commit-message`. <br><br> Default: `Remove preview for PR ${{ github.event.number }} 🛬` |
113
115
| `git-config-name` | The git user.name to use for the deployment commit. <br><br> Default: The user who created the `token` |
114
116
| `git-config-email` | The git user.email to use for the deployment commit. <br><br> Default: The user who created the `token` |
0 commit comments