fix: cd-seed-chain.yml syntax

This commit is contained in:
Levi Schoen 2023-04-06 16:59:32 -04:00 committed by GitHub
parent 03a897216a
commit e89a37c503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ jobs:
run: |
git pull -p
git checkout $(cat ${KAVA_VERSION_FILEPATH})
env:
env:
KAVA_VERSION_FILEPATH: ${{ inputs.kava_version_filepath }}
- name: Set up Go
uses: actions/setup-go@v3