Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrione committed Feb 17, 2024
1 parent 29ef27f commit d69fbf8
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 d69fbf8

Please sign in to comment.