Skip to content

Commit a90094d

Browse files
update action version in workflow to v1 and fix token casing
1 parent 66844f7 commit a90094d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/workflow-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v2
2222
- name: PR total changes
23-
uses: christianncode/pr-total-changes@v1.2
23+
uses: christianncode/pr-total-changes@v1
2424
with:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
github_token: ${{ secrets.GITHUB_TOKEN }}

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default function Home() {
33
<div className="grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20">
44
<main className="flex flex-col gap-[32px] row-start-2 items-center sm:items-start">
55
<h1>
6-
My first deploy with Github Actions and use my own action v1.2 !!!
6+
My first deploy with Github Actions and use my own action v1 !!!
77
</h1>
88
</main>
99
</div>

0 commit comments

Comments
 (0)