Skip to content

Update multi-event-trigger.yml #10

Update multi-event-trigger.yml

Update multi-event-trigger.yml #10

Workflow file for this run

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