We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cb25a commit f63fcdbCopy full SHA for f63fcdb
.github/workflows/main.yml
@@ -22,6 +22,7 @@ jobs:
22
echo "Event action: ${{ github.event_name }}"
23
echo "Event type: ${{ github.event.action }}"
24
echo "Ref name: ${{ github.ref_name }}"
25
+ echo "Ref Type: ${{ github.event.ref_type }}"
26
- name: Checkout Repository
27
uses: actions/checkout@v2
28
0 commit comments