mirror of
https://github.com/github/codeql.git
synced 2026-04-11 10:04:02 +02:00
14 lines
238 B
YAML
14 lines
238 B
YAML
name: 'test'
|
|
description: 'test'
|
|
branding:
|
|
icon: 'test'
|
|
color: 'test'
|
|
inputs:
|
|
test:
|
|
description: test
|
|
required: false
|
|
default: 'test'
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- run: echo '${{ github.event.comment.body }}' |