mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
check event_name
This commit is contained in:
2
.github/workflows/jira.yml
vendored
2
.github/workflows/jira.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: "Output"
|
- name: "Output"
|
||||||
run: |
|
run: |
|
||||||
echo "Event action: ${{ github.event.action }}"
|
echo "Event action: ${{ github.event_name }}"
|
||||||
echo "Event: ${{ github.event }}"
|
echo "Event: ${{ github.event }}"
|
||||||
echo "Team label: ${{ inputs.team-labels }}"
|
echo "Team label: ${{ inputs.team-labels }}"
|
||||||
# sync:
|
# sync:
|
||||||
|
|||||||
Reference in New Issue
Block a user