diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3dd7641..cd4223a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} commit_prefix: "[AUTO]" commit_message: "Update CJS script" - branch: ${{ github.event.pull_request.head.ref }} + target_branch: ${{ github.event.pull_request.head.ref }} if: ${{ github.event_name == 'pull_request' }}