pipeline-test-vars/.gitea/workflows/vars.yml
Oliver Lippert 001e2a92e1
All checks were successful
/ dump (push) Successful in 6s
dump github context
2024-01-21 14:15:25 +01:00

9 lines
127 B
YAML

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