Skip to content

Commit

Permalink
Create action.yml
Browse files Browse the repository at this point in the history
nuevo1
  • Loading branch information
Alejo1967 authored May 22, 2024
1 parent c8c08de commit e044c38
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions hol/hello-world-docker-action/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Hello World Docker Action'
description: 'Say hello to a user or the world.'
inputs:
who-to-greet:
description: 'Who to greet'
required: true
default: 'world'
outputs:
time:
description: 'The time we said hello.'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.who-to-greet }}

0 comments on commit e044c38

Please sign in to comment.