test: workflow testing

This commit is contained in:
Bill Church 2022-07-29 09:34:26 -04:00 committed by GitHub
parent 1edfd5e748
commit e6b48dff7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,19 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: 'Checkout'
uses: actions/checkout@v3
with:
ref: ${{ inputs.tag }}
- name: 'get sha'
run: |
git rev-parse --short ${{ inputs.tag }}
git --version
git rev-parse --short
MYSHA=$(git rev-parse ${{ inputs.tag }})
- name: env
run: env