We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662a73f commit bed1127Copy full SHA for bed1127
1 file changed
.github/workflows/cd.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: output something
27
run: |
28
echo ${{ github.ref }}
29
+ echo ${{ github.event_name }}
30
echo ${{ github.event.inputs.version }}
31
echo ${{ github.event.inputs.preid }}
32
0 commit comments