test: workflow

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

View file

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