From d0a43c0c03036cdcbb552bbc7bfa4d7ebdb851c4 Mon Sep 17 00:00:00 2001 From: Xyon Date: Tue, 8 Oct 2024 19:57:56 +0100 Subject: [PATCH] Pass the full version string so the thing can find it --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 3e51ed2..3018704 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -51,7 +51,7 @@ jobs: DOGPICS_API_KEY: ${{ secrets.DOGPICS_API_KEY }} CATPICS_API_KEY: ${{ secrets.CATPICS_API_KEY }} - name: ssh-scp-ssh-pipelines - uses: cross-the-world/ssh-scp-ssh-pipelines@v1 + uses: cross-the-world/ssh-scp-ssh-pipelines@v1.1.4 env: BOT_NAME: ${{ vars[format('{0}_SERVER_HOSTNAME', matrix.bot) }} with: