Skip to content

Commit

Permalink
Merge pull request #4 from jrione/feat/login
Browse files Browse the repository at this point in the history
update github actions
  • Loading branch information
jrione authored Feb 17, 2024
2 parents 29ef27f + d69fbf8 commit 77d7d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 77d7d93

Please sign in to comment.