From 533c7a2693124f6013a8745730d472a0d9a445ab Mon Sep 17 00:00:00 2001 From: japananh Date: Fri, 19 Jan 2024 00:48:23 +0700 Subject: [PATCH 1/2] feat: test github action --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b36974..ea71f0f 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ After extensively using Notion for tech notes, I've recently transitioned to a GitHub repo. This shift allows me to enjoy the process more, enrich my GitHub profile, and showcase my efforts, as GitHub tracks and visually represents all activities. [Check it out!](https://github.com/japananh/TIL/issues) + +Test workflow!!! \ No newline at end of file From a9a439d02d5de2a2ad1f323d77d65cece2614ab1 Mon Sep 17 00:00:00 2001 From: japananh Date: Fri, 19 Jan 2024 00:52:02 +0700 Subject: [PATCH 2/2] feat: test github action --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d637a14..0e598ed 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,4 +12,4 @@ jobs: steps: - uses: kentaro-m/auto-assign-action@v1.2.6 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file