copy_file_to_another_repo_action
copy_file_to_another_repo_action copied to clipboard
fatal: unable to access '...': URL using bad/illegal format or missing URL
I use this action like this:
uses: dmnemec/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: '${{ steps.repoName.outputs.repoName }}.md'
destination_repo: 'organization/repoName'
user_email: 'myEmail'
user_name: 'BuddiesTV'
commit_message: 'Update Version'
& i receive this error fatal: unable to access 'https://github.com/'organization/repoName.git/': URL using bad/illegal format or missing URL