Skip to content

Commit

Permalink
Update azure_container_setup_alvtime-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lnordhus authored Dec 1, 2023
1 parent a108b72 commit e543063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure_container_setup_alvtime-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: printer
env:
settings: format('[{{"name":"ConnectionStrings__AlvTime_db", "value":{0}}}]',${{ steps.myGetSecretAction.outputs.sql-connection-string }})
settings: ${{format('[{{"name":"ConnectionStrings__AlvTime_db", "value":{0}}}]',${{ steps.myGetSecretAction.outputs.sql-connection-string }})}}
run: |
"echo ${settings}"
Expand Down

0 comments on commit e543063

Please sign in to comment.