From e8f57aa4070b14d7e3254f7d9953c8fb86b722e3 Mon Sep 17 00:00:00 2001 From: Justin Christian Date: Fri, 27 Sep 2024 10:08:02 +0700 Subject: [PATCH] update workflows --- .github/workflows/pull_request.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index a8f1a17..3910bb1 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -4,8 +4,8 @@ on: push jobs: create-pull-request: runs-on: ubuntu-latest - steps: - - name: create pull request - run: gh pr create -B base_branch -H branch_to_merge --title 'Merge branch_to_merge into base_branch' --body 'Created by Github action' - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file + steps: + - name: create pull request + run: gh pr create -B base_branch -H branch_to_merge --title 'Merge branch_to_merge into base_branch' --body 'Created by Github action' + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file