copy_file_to_another_repo_action icon indicating copy to clipboard operation
copy_file_to_another_repo_action copied to clipboard

fatal: unable to access '...': URL using bad/illegal format or missing URL

Open BuddiesTV opened this issue 2 years ago • 0 comments

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

BuddiesTV avatar Sep 08 '22 13:09 BuddiesTV