Skip to content

Commit

Permalink
ci: mark required npm-publish inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 29, 2024
1 parent 5664ad8 commit 8d1a7f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ on:
inputs:
repo:
description: 'gh repo, like `scope/name`'
required: true
commit:
description: 'commit id'
required: true

jobs:
build:
Expand Down

0 comments on commit 8d1a7f4

Please sign in to comment.