Max Held
Max Held
https://github.com/rstudio/r-builds
small but weird limitation. wrote to support: this is about the new yml-based GitHub actions. I just tried to cut a new release for an "old" GitHub actions which I...
[currently](https://github.com/r-lib/ghactions/commit/5d3344d9e8e0c986721d8eb7d3bb54ea66d6f9ad): ``` Running docker run --volume '/var/run/docker.sock:/var/run/docker.sock' \ 'alpine:3.10.1' sh -c 'exit 1' docker: Error response from daemon: This Docker operation is forbidden by GitHub Actions, you can find documentation...
To support: Hi octocats, This is about the new, YML-based GitHub actions. As per the new docs, I understand that I always need to run a checkout action to use...
same as in https://github.com/maxheld83/pandoc/issues/12
just confirmed: this will be published by nov 1: https://twitter.com/man_rueda/status/1160938028413702145
it appears that the `runs` arguments to actions (which used to just be appended to `docker run` as `COMMAND` and `ARGS`), has been deprecated. Now you can only overwrite entrypoint...