ChristopherHX
ChristopherHX
See here for a workaroud https://github.com/minecraft-linux/mcpelauncher-manifest/issues/656#issuecomment-1032808033
I don't know why it didn't work for you, but it does for me > Possible root cause: post action(cache is created there) is not executed if cache action runs...
I have had the same problem on Android 9, but I found a Workaround for my device: - Move your savefiles to `/Android/data/com.ProjectPokemon.PKHeX/` (I used the app "Files by Google")...
I'm not aware that you can tell the actions service to assign the job request to a specific runner. This runner have to accept any job request it receives, in...
I think this can now be implemented for an autoscaler, however needs changes to the autoscaler to be able to use it. Currently in test phase in #67. - workflow_job...
I also created a powershell script, which allows you to use the same autoscale technique with an actions/runner worker https://github.com/ChristopherHX/github-act-runner/blob/d6476e3e43a870c3becd0eb1a745a36524ffce0a/compat/actions-runner-worker.ps1 A `Set up Worker` step is prepended, which can be...
Related to: - https://github.com/actions/runner/issues/620 - https://github.com/actions/runner/issues/2106 - https://github.com/community/community/discussions/19784 If actions/runner supports this, then we are ready to clone this functionality.
_You could try running `act --env GITHUB_STEP_SUMMARY=/var/run/act/summary`_ How would you expect act to output the markdown summary? I guess this can be implemented like the existing `GITHUB_ENV` file command.
For your second error you have to add this flag to the act cli: `--artifact-server-path `. Don't ask me why this flag is needed, I prefer that act would ask...
actions/cache and it's actions/toolkit api are not supported in act. See https://github.com/nektos/act/issues/285, https://github.com/nektos/act/issues/329 If you are ok to disable cache, while using act try this ```yaml - name: Use Node.js...