Closed aglover-zendesk closed 4 years ago
for projects that have a jsonnet directory at the root of the repo, the setup-jsonnet function will fail with /home/runner/_work/<repo>/<repo>/jsonnet: Is a directory
jsonnet
setup-jsonnet
/home/runner/_work/<repo>/<repo>/jsonnet: Is a directory
this PR moves the jsonnet binaries to /home/actions/bin/ to avoid this issue
/home/actions/bin/
for projects that have a
jsonnet
directory at the root of the repo, thesetup-jsonnet
function will fail with/home/runner/_work/<repo>/<repo>/jsonnet: Is a directory
this PR moves the
jsonnet
binaries to/home/actions/bin/
to avoid this issue