From 99763d939913950f25524dadf031fec3f0dc5c31 Mon Sep 17 00:00:00 2001 From: yulike Date: Thu, 1 Dec 2022 12:00:18 -0500 Subject: [PATCH] try --- .github/workflows/create_pr.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/create_pr.yml b/.github/workflows/create_pr.yml index eee37ac..ace8e52 100644 --- a/.github/workflows/create_pr.yml +++ b/.github/workflows/create_pr.yml @@ -10,14 +10,13 @@ jobs: uses: actions/checkout@v2 - name: Create pull request - uses: paygoc6/action-pull-request-another-repo@v1.0.1 + uses: dmnemec/copy_file_to_another_repo_action@main env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: - source_folder: './.gitub/workflows' - destination_repo: 'FlipsideCrypto/axelar-models.git' + source_file: './.gitub/workflows/manual.yml' + destination_repo: 'FlipsideCrypto/axelar-models/tests_auto' destination_folder: './.gitub/workflows' - destination_base_branch: 'main' - destination_head_branch: 'tests_auto' user_email: 'xiuyang@flipsidecrypto.com' - user_name: 'xiuy001' \ No newline at end of file + user_name: 'xiuy001' + commit_message: 'A custom message for the commit'