mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-26 22:09:55 +02:00
Add ref output to action
This value is the SHA1 commit of the repository ref that was actually checked out.
This commit is contained in:
parent
c5ef344f79
commit
dbd025a70e
4 changed files with 10 additions and 3 deletions
|
@ -86,6 +86,11 @@ inputs:
|
|||
long-paths:
|
||||
description: Enable core.longpath support
|
||||
default: true
|
||||
|
||||
output:
|
||||
ref:
|
||||
description: The SHA1 ref that was checked out
|
||||
|
||||
runs:
|
||||
using: node16
|
||||
main: dist/index.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue