File: no-input-output-descriptions.yml

package info (click to toggle)
rust-github-actions-models 0.39.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ensures that we parse actions without input/output descriptions correctly
# see: https://github.com/woodruffw/zizmor/issues/501

inputs:
  foo:
    default: "lol"
outputs:
  bar:
    value: "hmm"

runs:
  using: "composite"
  steps:
    - name: say hello
      run: echo hello
      shell: bash