Skip to content
name: workflow with docker action
on: [push]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- name: Hello world action step
id: hello
uses: nik-webdevelop/[email protected]
with:
name: 'foo bar'
- name: Get the output time
run: echo ${{ steps.hello.outputs.message }}