Update action.yaml

This commit is contained in:
uazo 2021-07-07 13:02:18 +02:00 committed by GitHub
parent 20cff1ca4a
commit f0d7e38d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,12 @@ inputs:
runs:
using: "composite"
steps:
- name: Checking for image "${{ inputs.version }}"
- name: Check build deps image
uses: uazo/bromite-buildtools/images/build-deps@master
with:
version: "${{ inputs.version }}"
- name: Checking image for "${{ inputs.version }}"
shell: bash
run: |
VERSION="${{ inputs.version }}"