Skip to content

Commit

Permalink
Create hello-world
Browse files Browse the repository at this point in the history
  • Loading branch information
hedi-edelbloute authored Apr 10, 2024
1 parent 366c6ac commit c3fd9b7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hello-world
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Hello World Docker Action'
description: 'Say hello to a user or the world.'
inputs:
who-to-greet:
description: 'who to greet'
default: 'world'
outputs:
time:
description: 'time'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.who-to-greet }}

0 comments on commit c3fd9b7

Please sign in to comment.