Skip to content

Commit 50e2e42

Browse files
Merge branch 'main' into feature/AddWorflowDebug
2 parents d0e5ad7 + 73663fb commit 50e2e42

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/workflow-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: PR total changes
2323
uses: christianncode/pr-total-changes@v1
2424
with:
25-
token: ${{ secrets.GITHUB_TOKEN }}
25+
github_token: ${{ secrets.GITHUB_TOKEN }}

src/app/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ export default function Home() {
22
return (
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">
5-
<h1>My first deploy with Github Actions</h1>
5+
<h1>
6+
My first deploy with Github Actions and use my own action v1 !!!
7+
</h1>
68
</main>
79
</div>
810
);

0 commit comments

Comments
 (0)