Skip to content

Commit

Permalink
Update manualAction.yml (#2812)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Oct 20, 2023
1 parent a4d0b79 commit 4df8c40
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/manualAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@ name: Manual action
# configure manual trigger
on:
workflow_dispatch:

inputs:
action:
type: choice
description: action to perform
options:
- closeIssue
- reopenIssue
required: true
repository:
type: string
issue:
type: string

jobs:
manual-action:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4df8c40

Please sign in to comment.