From 5ce23054d9c01e40351b704f3fd7284472d2b46b Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 15 Sep 2025 16:54:21 +0300 Subject: [PATCH] does this work --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20c251b..77fee36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} - hostname: github-actions-${{ matrix.system }} + hostname: github-actions-${{ replace(matrix.system, '_', '-') }} tags: tag:ci - name: Check if Attic endpoint is reachable