Обновить action.yaml

This commit is contained in:
Надежда Федорова 2024-04-15 12:08:17 +03:00
parent 3b282da415
commit 5acdf1779b

View File

@ -33,7 +33,8 @@ runs:
- name: Check out building repo
uses: https://gitea.com/actions/checkout@v4
with:
repository: ${{ gitea.server_url }}/${{ inputs.repo }}/gitea-image-forge
repository: ${{ inputs.repo }}/gitea-image-forge
github-server-url: ${{ gitea.server_url }}
- 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