mirror of
https://github.com/actions/checkout.git
synced 2025-12-16 19:35:45 +02:00
Add path output
This commit is contained in:
parent
8e8c483db8
commit
dbdf390b9d
4 changed files with 10 additions and 0 deletions
|
|
@ -103,6 +103,8 @@ outputs:
|
|||
description: 'The branch, tag or SHA that was checked out'
|
||||
commit:
|
||||
description: 'The commit SHA that was checked out'
|
||||
path:
|
||||
description: 'The absolute path that was checked out to'
|
||||
runs:
|
||||
using: node24
|
||||
main: dist/index.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue