pipeline-test-vars/.gitea/workflows/vars.yml

14 lines
199 B
YAML
Raw Normal View History

2024-01-21 14:13:36 +01:00
on:
push:
jobs:
dump:
runs-on: ubuntu-latest
2024-01-22 06:26:37 +01:00
strategy:
matrix:
keyword:
- github
2024-01-21 14:13:36 +01:00
steps:
- shell: bash
2024-01-22 06:26:37 +01:00
run: echo "${{ toJSON(matrix.keyword) }}"