File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # copy_commit_push_tag
2- This GitHub Action copies a file from the current repository to a location in another repository
1+ # Rsync / Commit / Tag
2+ This GitHub Action copies a file from the current repository to another repository using rsync, commits the change and tags it.
33
44# Example Workflow
55 name: Push File
@@ -14,15 +14,15 @@ This GitHub Action copies a file from the current repository to a location in an
1414 uses: actions/checkout@v2
1515
1616 - name: Pushes test file
17- uses: bonus83/copy_commit_push_tag @main
18- env:
17+ uses: BracketSpace/rsync-commit-tag @main
18+ env:
1919 API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
2020 with:
2121 source_file: 'test2.md'
22- destination_repo: 'bonus83 /release-test'
22+ destination_repo: 'BracketSpace /release-test'
2323 destination_folder: 'test-dir'
2424 user_email: 'example@email.com'
25- user_name: 'bonus83 '
25+ user_name: 'BracketSpace '
2626 commit_message: 'A custom message for the commit'
2727 commit_tag: 'V2.0'
2828
You can’t perform that action at this time.
0 commit comments