Skip to content

Commit

Permalink
add input
Browse files Browse the repository at this point in the history
  • Loading branch information
hedi-edelbloute committed Apr 10, 2024
1 parent 8c9b4c1 commit c39725e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/hello-world-docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
branches: [main]
paths: [hello-world/**]
workflow_dispatch:
inputs:
name:
type: choice
description: Who to greet ?
options:
- hedi
- mona lisa

jobs:
test-action:
Expand Down

0 comments on commit c39725e

Please sign in to comment.