Skip to content

feat/fix: Update GitHub Actions workflow #3

feat/fix: Update GitHub Actions workflow

feat/fix: Update GitHub Actions workflow #3

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

Check failure on line 9 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 9, Col: 9): Unexpected value 'ID'
uses: <repository>/<action>@v2
with:
who-to-greet: '<desired_value>'
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"