mirror of
https://github.com/ivuorinen/ghaw-auditor.git
synced 2026-02-18 15:51:15 +00:00
31 lines
675 B
JSON
31 lines
675 B
JSON
{
|
|
"actions/checkout@abc123": {
|
|
"name": "Checkout",
|
|
"description": "Checkout a Git repository",
|
|
"author": "GitHub",
|
|
"inputs": {
|
|
"repository": {
|
|
"name": "repository",
|
|
"description": "Repository name with owner",
|
|
"required": false,
|
|
"default": null
|
|
},
|
|
"ref": {
|
|
"name": "ref",
|
|
"description": "The branch, tag or SHA to checkout",
|
|
"required": false,
|
|
"default": null
|
|
}
|
|
},
|
|
"outputs": {},
|
|
"runs": {
|
|
"using": "node20",
|
|
"main": "dist/index.js"
|
|
},
|
|
"branding": null,
|
|
"is_composite": false,
|
|
"is_docker": false,
|
|
"is_javascript": true
|
|
}
|
|
}
|