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