Add .gitea/workflows/*.yaml
This commit is contained in:
14
.gitea/workflows/012_github_context.yaml
Normal file
14
.gitea/workflows/012_github_context.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user