There was an error while loading. Please reload this page.
1 parent 66844f7 commit a90094dCopy full SHA for a90094d
2 files changed
.github/workflows/workflow-pr.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Checkout code
21
uses: actions/checkout@v2
22
- name: PR total changes
23
- uses: christianncode/pr-total-changes@v1.2
+ uses: christianncode/pr-total-changes@v1
24
with:
25
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
src/app/page.tsx
@@ -3,7 +3,7 @@ export default function Home() {
3
<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">
4
<main className="flex flex-col gap-[32px] row-start-2 items-center sm:items-start">
5
<h1>
6
- My first deploy with Github Actions and use my own action v1.2 !!!
+ My first deploy with Github Actions and use my own action v1 !!!
7
</h1>
8
</main>
9
</div>
0 commit comments