bridgelightcloud / github-mirror-action

Creative Commons Zero v1.0 Universal
11 stars 14 forks source link

fatal: detected dubious ownership in repository at '/github/workspace' #5

Closed aerphanas closed 11 months ago

aerphanas commented 1 year ago

How to reproduce : Steps:

  1. Click Use this template.
  2. Name your repository
  3. Edit .github/workflows/mirror.yml and enter the URL you wish to mirror where it says origin: ''
  4. Commit your change

Screenshot from 2022-12-21 18-45-22

cpauvert commented 11 months ago

Hi, I had the same issue, it was fixed in the pull request #4 by @kaikokert, but since it was not incorporated yet, I edited the line in my .github/workflows/mirror.yml to:

        uses: kaidokert/github-mirror-action@v4

instead of

        uses: bridgelightcloud/github-mirror-action@v1

@amadigan thanks for developing this action, is there any plan to merge the PR #4 to fix this issue?

Best,

amadigan commented 11 months ago

Sorry, I’ve been taking a long break, but the change looks good and has been merged.