mirror of
https://github.com/ivuorinen/ghaw-auditor.git
synced 2026-02-16 22:50:26 +00:00
feat: initial commit
This commit is contained in:
27
tests/fixtures/javascript-action.yml
vendored
Normal file
27
tests/fixtures/javascript-action.yml
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
name: 'JavaScript Action'
|
||||
description: 'A Node.js action example'
|
||||
author: 'GitHub'
|
||||
|
||||
inputs:
|
||||
token:
|
||||
description: 'GitHub token'
|
||||
required: true
|
||||
timeout:
|
||||
description: 'Timeout in seconds'
|
||||
required: false
|
||||
default: '60'
|
||||
|
||||
outputs:
|
||||
status:
|
||||
description: 'Action status'
|
||||
|
||||
runs:
|
||||
using: node20
|
||||
main: dist/index.js
|
||||
pre: dist/setup.js
|
||||
post: dist/cleanup.js
|
||||
|
||||
branding:
|
||||
icon: 'code'
|
||||
color: 'blue'
|
||||
Reference in New Issue
Block a user