From d69fbf80b1762db1f787fd320fb0b21e808a7568 Mon Sep 17 00:00:00 2001 From: Pajri Zahrawaani Ahmad Date: Sun, 18 Feb 2024 01:00:42 +0700 Subject: [PATCH] update github actions --- .github/workflows/go-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-actions.yml b/.github/workflows/go-actions.yml index 7b3ae07..24b5f6e 100644 --- a/.github/workflows/go-actions.yml +++ b/.github/workflows/go-actions.yml @@ -26,7 +26,7 @@ jobs: --arg hostname "${{ secrets.HOSTNAME }}" \ --arg port "${{ secrets.PORT }}" \ --arg name "${{ secrets.NAME }}" \ - '(. | .database.username = $username | .database.password = $password | .database.hostname = $hostname | .database.port = $port | .database.name = $name )' + '(. | .database.username = $username | .database.password = $password | .database.hostname = $hostname | .database.port = $port | .database.name = $name )' | tee config.json - name: Test run: |