From c08b7942e4f16842e11846de387178fdd8a4dc1a Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Thu, 15 Jun 2023 15:48:41 -0700 Subject: [PATCH] fix(README): update action name (#5) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5baecfa..d5d7fc8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# `app-token-action` +# `gr2m/github-app-token-action` > GitHub Action for creating a GitHub App Installation Access Token @@ -19,7 +19,7 @@ jobs: hello-world: runs-on: ubuntu-latest steps: - - uses: gr2m/app-token-action@v1 + - uses: gr2m/github-app-token-action@v1 id: app-token with: app_id: ${{ vars.APP_ID }} @@ -40,7 +40,7 @@ jobs: with-scoped-token: runs-on: ubuntu-latest steps: - - uses: gr2m/app-token-action@v1 + - uses: gr2m/github-app-token-action@v1 id: app-token with: # required @@ -58,7 +58,7 @@ jobs: auto-format: runs-on: ubuntu-latest steps: - - uses: gr2m/app-token-action@v1 + - uses: gr2m/github-app-token-action@v1 id: app-token with: # required