Skip to content

Commit

Permalink
PGSQL obsolete firewall rule removal test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinabrle committed Oct 31, 2023
1 parent d4198c8 commit 3c52990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/98-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
location="${{secrets.AZURE_LOCATION}}"`
echo "Deployment output: $deploymentOutput"
pgsqlUpdatedFirewallRules=`echo $deploymentOutput|jq ".properties.outputs.pgsqlUpdatedFirewallRulesSet.value"`
echo $PGSQL_UPDATED_FIREWALL_RULES: {pgsqlUpdatedFirewallRules}"
echo "$PGSQL_UPDATED_FIREWALL_RULES: {pgsqlUpdatedFirewallRules}"
echo "PGSQL_UPDATED_FIREWALL_RULES=${pgsqlUpdatedFirewallRules}" >> $GITHUB_OUTPUT
# Avoid token validity issues
Expand Down

0 comments on commit 3c52990

Please sign in to comment.