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: runs:
using: "composite" using: "composite"
steps: 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 shell: bash
run: | run: |
VERSION="${{ inputs.version }}" VERSION="${{ inputs.version }}"