trying GITHUB_REF

This commit is contained in:
Joseph Flinn 2021-01-26 22:24:22 +00:00
parent 3f77e75c18
commit b73f01d529
1 changed files with 3 additions and 1 deletions

View File

@ -13,5 +13,7 @@ jobs:
uses: actions/checkout@v2
- name: testing
run: echo ${{ github.ref }}
run: |
echo ${{ github.ref }}
echo ${{ github.event.GITHUB_REF }}