Skip to content

multi-event template #9

multi-event template

multi-event template #9

Workflow file for this run

on: [pull_request_target]
jobs:
my-job:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- name: Hello world action step
id: hello
uses: omenking/barsoom@0.0.6
with:
name: 'Brown'
# Use the output from the `hello` step
- name: Get the Output
run: echo "The time was ${{ steps.hello.outputs.greeting }}"