simpler haha
This commit is contained in:
parent
3b19d429ce
commit
c813cb28ad
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -32,7 +32,9 @@ jobs:
|
|||
with:
|
||||
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
|
||||
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
|
||||
hostname: github-actions-${{ matrix.system//_/- }}
|
||||
hostname: ${{ matrix.system == 'x86_64-linux' && 'github-actions-x86-64-linux'
|
||||
|| matrix.system == 'aarch64-linux' && 'github-actions-aarch64-linux'
|
||||
|| matrix.system == 'x86_64-darwin' && 'github-actions-x86-64-darwin' }}
|
||||
tags: tag:ci
|
||||
|
||||
- name: Check if Attic endpoint is reachable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue