Skip to content

Commit c08b794

Browse files
authored
fix(README): update action name (#5)
1 parent f456852 commit c08b794

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `app-token-action`
1+
# `gr2m/github-app-token-action`
22

33
> GitHub Action for creating a GitHub App Installation Access Token
44
@@ -19,7 +19,7 @@ jobs:
1919
hello-world:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: gr2m/app-token-action@v1
22+
- uses: gr2m/github-app-token-action@v1
2323
id: app-token
2424
with:
2525
app_id: ${{ vars.APP_ID }}
@@ -40,7 +40,7 @@ jobs:
4040
with-scoped-token:
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: gr2m/app-token-action@v1
43+
- uses: gr2m/github-app-token-action@v1
4444
id: app-token
4545
with:
4646
# required
@@ -58,7 +58,7 @@ jobs:
5858
auto-format:
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: gr2m/app-token-action@v1
61+
- uses: gr2m/github-app-token-action@v1
6262
id: app-token
6363
with:
6464
# required

0 commit comments

Comments
 (0)