Skip to content

Update custom-action.yml #9

Update custom-action.yml

Update custom-action.yml #9

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 }}"