Add missing closing bracket
Badgey Deployment / build (push) Successful in 6m6s Details
Badgey Deployment / deploy (push) Successful in 5s Details

This commit is contained in:
Xyon 2024-10-12 15:58:22 +01:00
parent 0b0958be39
commit e2a6c39f15
Signed by: xyon
GPG Key ID: DD18155D6B18078D
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
- name: Pre-seed known_hosts
run: mkdir -pv ~/.ssh && ssh-keyscan -t rsa $BOT_SERVER_HOSTNAME >> ~/.ssh/known_hosts
env:
BOT_SERVER_HOSTNAME: ${{ vars[format('{0}_SERVER_HOSTNAME', 'BADGEY'] }}
BOT_SERVER_HOSTNAME: ${{ vars[format('{0}_SERVER_HOSTNAME', 'BADGEY')] }}
- uses: cschleiden/replace-tokens@v1.2
with:
files: config/production.badgey.json