-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub Actions doesn't work in container #461
Labels
bug
Something isn't working
Comments
It seems
|
suzuki-shunsuke
added a commit
that referenced
this issue
Jun 22, 2023
suzuki-shunsuke
added a commit
that referenced
this issue
Jun 22, 2023
* fix: support running action in a container - #461 * fix: fix YAML parse error ``` Error: /home/runner/work/aqua-installer/aqua-installer/./action.yaml: Error: /home/runner/work/aqua-installer/aqua-installer/./action.yaml: (Line: 91, Col: 1, Idx: 3203) - (Line: 91, Col: 1, Idx: 3203): While scanning a simple key, could not find expected ':'. Error: System.ArgumentException: Unexpected type '' encountered while reading 'action manifest root'. The type 'MappingToken' was expected. at GitHub.DistributedTask.ObjectTemplating.Tokens.TemplateTokenExtensions.AssertMapping(TemplateToken value, String objectDescription) at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile) Error: Fail to load /home/runner/work/aqua-installer/aqua-installer/./action.yaml ``` * ci: test action in a container
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
GitHub Actions doesn't work in container.
https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container
How to reproduce
https://github.com/suzuki-shunsuke/test-github-action/blob/ee42b9ad6e5e180d189cf585357bb47a74b499b8/.github/workflows/test.yaml
https://github.com/suzuki-shunsuke/test-github-action/actions/runs/5332029013/jobs/9660678516?pr=162
The text was updated successfully, but these errors were encountered: