Skip to content

Commit

Permalink
Create action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
housten authored Jun 10, 2024
1 parent c888ac7 commit 692b675
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HiTeam/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Container Welcome'
inputs:
who-to-greet:
description: 'who is there?'
required: true
default: 'attendees'
outputs:
time:
description: 'when it happened'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.who-to-greet }}

0 comments on commit 692b675

Please sign in to comment.