Skip to content

Commit

Permalink
docs: update readme our own implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
cngJo committed Jan 28, 2023
1 parent 7d1d442 commit 3425f18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: "Update Github labels"

on:
push:
paths:
Expand All @@ -10,5 +12,3 @@ jobs:
steps:
- uses: 'actions/checkout@v3'
- uses: 'jop-software/github-labels-as-code-action@main'
with:
token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ with:
**Note:** You need to execute this action *after* [actions/checkout](https://github.com/actions/checkout)
If you want to see a real example of this action, take a look at [the workflows from this repository](./.github/workflows/labels.yaml) 😉
## JSON Format
The expected JSON format follows the _Body parameters_ from the
Expand Down

0 comments on commit 3425f18

Please sign in to comment.