Skip to content

bug: PR from external user/fork fails version check action #118

@cjyetman

Description

@cjyetman

We received a PR from an external (to our GitHub org) user, from their external fork, and the CI failed the version check. I suspect it's a permission problem. The error occurs in the "checkout working HEAD" step. Note that this run probably would have failed anyway since external users don't know about bumping the version number with every change, but that was not the cause of the error here.

::group::Fetching the repository
Fetching the repository
  /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --filter=blob:none --depth=1 origin +refs/heads/ggplot2_360*:refs/remotes/origin/ggplot2_360* +refs/tags/ggplot2_360*:refs/tags/ggplot2_360*
  The process '/usr/bin/git' failed with exit code 1
  Waiting 18 seconds before trying again
  /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --filter=blob:none --depth=1 origin +refs/heads/ggplot2_360*:refs/remotes/origin/ggplot2_360* +refs/tags/ggplot2_360*:refs/tags/ggplot2_360*
  The process '/usr/bin/git' failed with exit code 1
  Waiting 15 seconds before trying again
  /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --filter=blob:none --depth=1 origin +refs/heads/ggplot2_360*:refs/remotes/origin/ggplot2_360* +refs/tags/ggplot2_360*:refs/tags/ggplot2_360*
  ##[debug]Unsetting HOME override
  ::remove-matcher owner=checkout-git::
  ##[debug]Removed matchers: 'checkout-git'
  Error: The process '/usr/bin/git' failed with exit code 1
  ##[debug]Node Action run completed with exit code 1
  ##[debug]Save intra-action state isPost = true
  ##[debug]Save intra-action state setSafeDirectory = true
  ##[debug]Save intra-action state repositoryPath = /home/runner/work/r2dii.plot/r2dii.plot/working
  ##[debug]Finishing: checkout working HEAD

logs_33765514052.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions