From 42c66b40a4f1dde7073681e7707d9b4a8dced98a Mon Sep 17 00:00:00 2001 From: Atsushi Yokohama Date: Wed, 12 Jul 2023 11:58:30 +0900 Subject: [PATCH 1/2] Updatae root --- pr-trigger-target/file.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pr-trigger-target/file.md b/pr-trigger-target/file.md index 6463952..a143845 100644 --- a/pr-trigger-target/file.md +++ b/pr-trigger-target/file.md @@ -3,3 +3,4 @@ update udpate update update +udpate From bd3866df3896dd0323ec563efd185d932ee964f1 Mon Sep 17 00:00:00 2001 From: Atsushi Yokohama Date: Wed, 12 Jul 2023 12:01:46 +0900 Subject: [PATCH 2/2] Update yaml --- .github/workflows/pr-creation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-creation.yml b/.github/workflows/pr-creation.yml index c47ab26..0034d6d 100644 --- a/.github/workflows/pr-creation.yml +++ b/.github/workflows/pr-creation.yml @@ -26,7 +26,7 @@ jobs: - name: echo run: gh pr create --base main --title "Test from action" --body "" env: - TOKEN: ${{ steps.generate_token.outputs.token }} + GH_TOKEN : ${{ steps.generate_token.outputs.token }} # これすれば GITHUB_TOKEN でも動くけど、PR と紐づくわけではない