There was an error while loading. Please reload this page.
1 parent 7865c97 commit 66844f7Copy full SHA for 66844f7
1 file changed
src/app/page.tsx
@@ -2,7 +2,9 @@ export default function Home() {
2
return (
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>My first deploy with Github Actions and use my own action v1.2</h1>
+ <h1>
6
+ My first deploy with Github Actions and use my own action v1.2 !!!
7
+ </h1>
8
</main>
9
</div>
10
);
0 commit comments