From 3a5eed619fa2835126f8614ff12ebed2aeb8bc34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B0=D0=B4=D0=B5=D0=B6=D0=B4=D0=B0=20=D0=A4=D0=B5?= =?UTF-8?q?=D0=B4=D0=BE=D1=80=D0=BE=D0=B2=D0=B0?= Date: Mon, 15 Apr 2024 11:35:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20action.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 01689f2..2e0b90e 100644 --- a/action.yaml +++ b/action.yaml @@ -20,7 +20,7 @@ runs: using: 'composite' steps: - name: Update apt - uses: ${{ inputs.url }}actions/init-alt-env@v1 + 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" @@ -30,7 +30,7 @@ runs: - name: Check out building repo uses: https://gitea.com/actions/checkout@v4 with: - repository: ${{ inputs.url }}${{ inputs.repo }}/gitea-image-forge + repository: ${{ gitea.server_url }}/${{ inputs.repo }}/gitea-image-forge - name: Get test for image run: | if test -f gitea-image-forge/org/$ORG/$IM/test; then testscript=$(cat ${{ gitea.workspace }}/org/$ORG/$IM/test); else testscript=""; fi