pipeline-test-vars/.gitea/workflows/vars.yml
Oliver Lippert 5b13ea0711
All checks were successful
/ dump (github) (push) Successful in 5s
dump github context by matrix
2024-01-22 06:26:37 +01:00

13 lines
199 B
YAML

on:
push:
jobs:
dump:
runs-on: ubuntu-latest
strategy:
matrix:
keyword:
- github
steps:
- shell: bash
run: echo "${{ toJSON(matrix.keyword) }}"