Skip to content

Commit 4ad8451

Browse files
committed
chore: change readme
1 parent 4df657d commit 4ad8451

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)