From cb1fcdda590f1dd2a7c771cfa62e50bb4ac1cfa5 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Mon, 21 Aug 2023 15:09:16 -0700 Subject: [PATCH] fix(README): fix name in usage examples (#12) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f467e2..0b4ec23 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ jobs: hello-world: runs-on: ubuntu-latest steps: - - uses: actions/github-app-token@v1 + - uses: actions/create-github-app-token@v1 id: app-token with: app_id: ${{ vars.APP_ID }} @@ -40,7 +40,7 @@ jobs: auto-format: runs-on: ubuntu-latest steps: - - uses: actions/github-app-token@v1 + - uses: actions/create-github-app-token@v1 id: app-token with: # required