Closed sbe-arg closed 2 years ago
I think it's because I'm customizing the user. Fixed in f287ee8c93bf83921d3a933550f5bcc4755df248, and I'll cut a new version later today or tomorrow.
https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
Great!
TL;DR
Spent a few hours diggin around without luck. When using
I get an error
A sequence was not expected
invalid templateWhen using
Feels like making progress... but get permission errors
failed to save file.yaml: failed to save file file.yaml: open .github/workflows/ratchet: permission denied
Have tried adding ACTIONS_TOKEN env: and several combinations but cannot pass the permission denied problem,
Expected behavior
Export/Save file.yaml back in runner so I can make a commit or pr or something.
Observed behavior
Documentation has not been tested and is missleading as array is not suported in uses: var:
Version
0.2.2
On what operating system are you using ratchet?
Linux
CI/CD workflow file
Relevant log output
No response
Additional information
No response