-
Notifications
You must be signed in to change notification settings - Fork 1
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
Running action inside of container does not work #3
Comments
Interesting... In the action, this line tries to get the action path: license-compliance-action/action.yml Line 22 in e8cf35e
And the paths seem broken in containers: actions/runner#716 Will see if I can fix this with the workarounds mentioned. |
This should now be solved in https://github.com/mikaelvesavuori/license-compliance-action/releases/tag/v1.0.3. You can use either Leaving a proof at https://github.com/mikaelvesavuori/license-container-test/actions/runs/7972722614/job/21765071766 that (to the best of my ability) demonstrates it working. If you're not seeing logs then I'm having the same issue too...? At least checking the raw logs makes it look like it does its thing without breaking:
|
Will close this. Feel free to open or comment if this is indeed not working. |
Thanks! Works nicely! |
My deduction is that location of script.sh file is not in same place as in the runner.
https://github.com/NatLibFi/melinda-ui-commons/actions/runs/7970133107/job/21757144607
The text was updated successfully, but these errors were encountered: