Skip to content

Commit

Permalink
add tag v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandocarvalhopaygo committed Nov 4, 2020
1 parent a563bff commit b845143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ jobs:
run: sh generate-test-file.sh

- name: Create pull request
uses: paygoc6/pull-request-another-repo-action@main
uses: paygoc6/pull-request-another-repo-action@v1.0.0
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_folder: 'source-folder'
destination_repo: 'user-name/repository-name'
destination_folder: 'folder-name'
destination_base_branch: 'branch-name'
destination_head_branch: 'branch-name'
user_email: 'user-name@paygo.com.br'
user_name: 'user-name'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This GitHub Action copies a folder from the current repository to a location in
run: sh generate-test-file.sh

- name: Create pull request
uses: paygoc6/pull-request-another-repo-action@main
uses: paygoc6/pull-request-another-repo-action@v1.0.0
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
Expand Down

0 comments on commit b845143

Please sign in to comment.