test: workflow

This commit is contained in:
Bill Church 2022-07-29 09:48:59 -04:00 committed by GitHub
parent be279047e9
commit 464d56e1ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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