Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-19 20:03:37 -07:00
parent f77fb3c669
commit 812ba2537d
3 changed files with 15 additions and 34 deletions

View File

@@ -0,0 +1,14 @@
name: Github context
on:
workflow_dispatch:
jobs:
print-variables:
runs-on: ubuntu-latest
steps:
- name: Print variables
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"