Update action.yaml
This commit is contained in:
parent
20cff1ca4a
commit
f0d7e38d26
@ -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 }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user