There was an error while loading. Please reload this page.
2 parents d0e5ad7 + 73663fb commit 50e2e42Copy full SHA for 50e2e42
2 files changed
.github/workflows/workflow-pr.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: PR total changes
23
uses: christianncode/pr-total-changes@v1
24
with:
25
- token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
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</h1>
+ <h1>
6
+ My first deploy with Github Actions and use my own action v1 !!!
7
+ </h1>
8
</main>
9
</div>
10
);
0 commit comments