File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,14 @@ jobs:
1515 run : sh generate-test-file.sh
1616
1717 - name : Create pull request
18- uses : paygoc6/pull-request-another-repo-action@main
18+ uses : paygoc6/pull-request-another-repo-action@v1.0.0
1919 env :
2020 API_TOKEN_GITHUB : ${{ secrets.API_TOKEN_GITHUB }}
2121 with :
2222 source_folder : ' source-folder'
2323 destination_repo : ' user-name/repository-name'
2424 destination_folder : ' folder-name'
25+ destination_base_branch : ' branch-name'
2526 destination_head_branch : ' branch-name'
2627 user_email : ' user-name@paygo.com.br'
2728 user_name : ' user-name'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This GitHub Action copies a folder from the current repository to a location in
1717 run: sh generate-test-file.sh
1818
1919 - name: Create pull request
20- uses: paygoc6/pull-request-another-repo-action@main
20+ uses: paygoc6/pull-request-another-repo-action@v1.0.0
2121 env:
2222 API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
2323 with:
You can’t perform that action at this time.
0 commit comments