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 4f05da2 commit 46cb25aCopy full SHA for 46cb25a
.github/workflows/main.yml
@@ -21,6 +21,7 @@ jobs:
21
run: |
22
echo "Event action: ${{ github.event_name }}"
23
echo "Event type: ${{ github.event.action }}"
24
+ echo "Ref name: ${{ github.ref_name }}"
25
- name: Checkout Repository
26
uses: actions/checkout@v2
27
0 commit comments