checkout/dist
askalf 7282dbb854 set the commit output when falling back to the REST API
When Git is not available on the runner, getSource() downloads the
repository using the REST API and returns early, before the commit
output is set. The ref output is still set by main.ts after getSource()
returns, so the step reports a ref but an empty commit, even though
action.yml documents commit unconditionally.

Set the output from the resolved settings on that path. The REST API
fallback does not create a local Git repository, so git log -1 cannot be
used there.
2026-09-15 06:57:28 +00:00
..
index.js set the commit output when falling back to the REST API 2026-09-15 06:57:28 +00:00
package.json upgrade module to esm and update dependencies (#2463) 2026-06-16 17:10:58 -04:00
problem-matcher.json Convert checkout to a regular action (#70) 2019-12-03 10:28:59 -05:00