does this work

This commit is contained in:
Osman Faruk Bayram 2025-09-15 16:54:21 +03:00
parent 8d5c8245c2
commit 5ce23054d9

View file

@ -32,7 +32,7 @@ jobs:
with: with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
hostname: github-actions-${{ matrix.system }} hostname: github-actions-${{ replace(matrix.system, '_', '-') }}
tags: tag:ci tags: tag:ci
- name: Check if Attic endpoint is reachable - name: Check if Attic endpoint is reachable