Skip to content

Commit

Permalink
fix: upload commit message inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
MPThLee authored Nov 8, 2024
1 parent 416b2af commit a4bb22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
workflow_dispatch:
inputs:
commit_message:
description: 'chore: [upload] triggered by workflow'
description: 'Commit message for empty commit'
required: true
default: 'Automated empty commit'
default: 'chore: [upload] triggered by workflow'

permissions:
contents: write
Expand Down

0 comments on commit a4bb22d

Please sign in to comment.