dmnemec / copy_file_to_another_repo_action

This GitHub Action copies a file from the current repository to a location in another repository
Apache License 2.0
182 stars 201 forks source link

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

Open BuddiesTV opened 2 years ago

BuddiesTV commented 2 years ago

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