Skip to content

Create test.py

Create test.py #13

Workflow file for this run

on: [push]

Check failure on line 1 in .github/workflows/custom-action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/custom-action.yml

Invalid workflow file

(Line: 17, Col: 10): Unexpected value ''
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 }}"
notify: