carpentries / workbench

Repository for Discussions and Materials about The Carpentries Workbench
https://carpentries.github.io/workbench/
Creative Commons Attribution 4.0 International
17 stars 7 forks source link

Error: versionSpec parameter is required #75

Closed avallecam closed 9 months ago

avallecam commented 9 months ago

The problem:

I made a fork of the git-novice lesson, and in a PR from a branch to main, I'm getting an error in the Build markdown source files if valid Job.

A reprex:

I reproduced this with a minimal edit in my personal repo and got the same results:

Run r-lib/actions/setup-r@v2
  with:
    use-public-rspm: true
    install-r: false
    r-version: release
    Ncpus: 1
    remove-openmp-macos: true
    http-user-agent: default
    windows-path-include-rtools: true
    windows-path-include-mingw: true
    update-rtools: false
  env:
    GITHUB_PAT: ***
    RENV_PATHS_ROOT: ~/.local/share/renv/
    CHIVE: /home/runner/work/git-novice/git-novice/site/chive
    PR: /home/runner/work/git-novice/git-novice/site/pr
    MD: /home/runner/work/git-novice/git-novice/site/built
Error: Error: versionSpec parameter is required
Bisaloo commented 9 months ago

This is likely due to a global issue unrelated to the workbench: https://github.com/r-lib/actions/issues/772

Could you try re-triggering the workflow to see if this issue is still present please?

avallecam commented 9 months ago

Thank you for linking this with the appropriate repo! The issue is now solved.