pipeline-test-vars/.gitea/workflows/vars.yml
Oliver Lippert 7e247dc9e7
All checks were successful
/ dump (push) Successful in 6s
dump env context
2024-01-22 06:27:22 +01:00

14 lines
226 B
YAML

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