Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 28, 2021
1 parent 7454914 commit 2fe43c9
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@ Auto generate documentation from actions.yml like [this](#inputs) by simply addi
## Usage

```yaml
...
name: Update README.md with the latest actions.yml

on:
push:
branches:
- main

jobs:
update-doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run auto-doc
Expand All @@ -43,7 +52,16 @@ Auto generate documentation from actions.yml like [this](#inputs) by simply addi
Create a pull request each time the action.yml inputs/outputs change

```yaml
...
name: Update README.md with the latest actions.yml

on:
push:
branches:
- main

jobs:
update-doc:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
Expand Down

0 comments on commit 2fe43c9

Please sign in to comment.