Skip to content

Use bashmu-action@v0.2. #5

Use bashmu-action@v0.2.

Use bashmu-action@v0.2. #5

Workflow file for this run

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: hypered/bashmu-action@v0.2
with:
who-to-greet: 'Lisa the Octocat'
# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"