Fix typo in vcn_version (#3154)

This commit is contained in:
Joakim Sørensen 2021-09-27 10:25:03 +02:00 committed by GitHub
parent b03c8c24dd
commit cd0c151bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -357,7 +357,7 @@ jobs:
- name: Install VCN tools
uses: home-assistant/actions/helpers/vcn@master
with:
vnc_version: ${{ env.DEFAULT_VCN }}
vcn_version: ${{ env.DEFAULT_VCN }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v2.1.6