From 3425f185771202a2c20b376bfa0b5f8f3a3fa567 Mon Sep 17 00:00:00 2001 From: Johannes Przymusinski Date: Sat, 28 Jan 2023 21:55:32 +0100 Subject: [PATCH] docs: update readme our own implementation --- .github/workflows/labels.yaml | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index fc3bcc9..e0c1b83 100644 --- a/.github/workflows/labels.yaml +++ b/.github/workflows/labels.yaml @@ -1,3 +1,5 @@ +name: "Update Github labels" + on: push: paths: @@ -10,5 +12,3 @@ jobs: steps: - uses: 'actions/checkout@v3' - uses: 'jop-software/github-labels-as-code-action@main' - with: - token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/README.md b/README.md index b8b7312..5e9c73e 100644 --- a/README.md +++ b/README.md @@ -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