WIP: fix/aikido-full-scan-strip-leading-slash #30
1 changed files with 20 additions and 0 deletions
20
.forgejo/workflows/debug-context.yml
Normal file
20
.forgejo/workflows/debug-context.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
name: Debug Forgejo Context
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
debug:
|
||||
name: Dump context variables
|
||||
runs-on: stackit-ubuntu-22
|
||||
steps:
|
||||
- name: Print forgejo context
|
||||
shell: bash
|
||||
run: |
|
||||
echo "forgejo.repository = '${{ forgejo.repository }}'"
|
||||
echo "forgejo.repository_owner = '${{ forgejo.repository_owner }}'"
|
||||
echo "forgejo.ref_name = '${{ forgejo.ref_name }}'"
|
||||
echo "forgejo.ref = '${{ forgejo.ref }}'"
|
||||
echo "GITHUB_REPOSITORY = '$GITHUB_REPOSITORY'"
|
||||
echo "GITHUB_REF_NAME = '$GITHUB_REF_NAME'"
|
||||
Loading…
Add table
Add a link
Reference in a new issue