Skip to content

Commit b845143

Browse files
add tag v1.0.0
1 parent a563bff commit b845143

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)