test: workflow

This commit is contained in:
Bill Church 2022-07-29 12:37:03 -04:00 committed by GitHub
parent f87607465b
commit 673435c624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,8 @@ jobs:
- name: 'get sha' - name: 'get sha'
run: | run: |
echo "SHORTREF=${GITHUB_SHA::8}" >> $GITHUB_ENV
echo "MYSHA=$(git rev-parse --short ${{ inputs.tag }})" >> $GITHUB_ENV echo "MYSHA=$(git rev-parse --short ${{ inputs.tag }})" >> $GITHUB_ENV
- name: env - name: env