Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Fix README.md's usage of job instead of jobs (#21)
Browse files Browse the repository at this point in the history
Fix README.md's usage of job instead of jobs
  • Loading branch information
cedrickring authored Sep 26, 2019
2 parents 7e68bdd + 9db5440 commit 70dd577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Create a `workflow.yaml` file in `.github/workflows` with the following contents
```yaml
on: push
name: My cool Action
job:
jobs:
checks:
name: run
runs-on: ubuntu-latest
Expand Down

0 comments on commit 70dd577

Please sign in to comment.