Обновить action.yaml

This commit is contained in:
Надежда Федорова 2024-04-16 14:26:08 +03:00
parent 245a6fd293
commit eaa47fae59

View File

@ -1,3 +1,4 @@
# action.yml
name: 'Reusable test job'
description: 'Test for images'
@ -17,14 +18,8 @@ inputs:
description: 'Repo with building script'
default: 'image-forge'
runs:
using: "composite"
using: 'composite'
steps:
- name: Update apt
uses: ${{ gitea.server_url }}/actions/init-alt-env@v1
- name: Install requires
run: |
echo "apt-get install -y python3-module-tomli python3-module-jinja2 podman buildah curl jq"
apt-get install -y python3-module-tomli python3-module-jinja2 podman buildah curl jq
- name: Check inputs
run: |
echo "image=${{ inputs.image }}"