github-actions-models 1.24.1

Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# https://github.com/woodruffw/zizmor/issues/646

name: Test

on:
  workflow_call:
    secrets:
      my-secret:
        description: My secret

jobs:
  job:
    runs-on: ubuntu-latest
    steps:
      - run: echo ${{ secrets.my-secret }}