Обновить .gitea/workflows/wf_test.yaml
All checks were successful
Test job / test-job (push) Successful in 17s

This commit is contained in:
Надежда Федорова 2024-04-24 17:54:37 +03:00
parent 7cd99ec5f9
commit bc73692c9c

View File

@ -11,5 +11,13 @@ jobs:
- name: Parse target branch
run: |
echo $EV
echo ${{ github.action_path }}
echo ${{ github.action_ref }}
echo ${{ github.event }}
echo ${{ github.event_name }}
echo ${{ github.event_path }}
echo ${{ github.triggering_actor }}
echo ${{ github.workspace }}
echo ${{ github.ref_name }}
env:
EV: ${{ toJson(gitea.event) }}