forked from CCCHH/ccchh-website
debugging
This commit is contained in:
parent
6fa3a1b993
commit
d46d2b9025
1 changed files with 21 additions and 0 deletions
|
@ -10,6 +10,27 @@ env:
|
|||
TZ: Europe/Berlin
|
||||
|
||||
jobs:
|
||||
pipeline-info:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: code.forgejo.org/oci/node:22-bookworm
|
||||
steps:
|
||||
- name: Pipeline info
|
||||
run: |
|
||||
echo "Run triggered by ${{ github.event_name }} (${{ github.event.action }}) on ref ${{ github.ref_name }}"
|
||||
- name: debugging
|
||||
run: |
|
||||
echo "github.event_name ${{ github.event_name }}"
|
||||
echo "forge.event_name ${{ forge.event_name }}"
|
||||
echo "github.event.action ${{ github.event.action }}"
|
||||
echo "forge.event.action ${{ forge.event.action }}"
|
||||
echo "github.ref_name ${{ github.ref_name }}"
|
||||
echo "forge.ref_name ${{ forge.ref_name }}"
|
||||
echo "github.ref ${{ github.ref }}"
|
||||
echo "forge.ref ${{ forge.ref }}"
|
||||
echo "github.repository ${{ github.repository }}"
|
||||
echo "forge.repository ${{ forge.repository }}"
|
||||
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue