From 3259c337db44f3db746387712d2f333e87c9bf0f Mon Sep 17 00:00:00 2001 From: Justin Christian Date: Fri, 27 Sep 2024 10:20:48 +0700 Subject: [PATCH] update workflows --- .github/workflows/pull_request.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index ef5b76d..222a94d 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -5,6 +5,7 @@ jobs: create-pull-request: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - name: create pull request run: gh pr create --title 'Merge branch_to_merge into base_branch' --body 'Created by Github action' env: