Skip to content

Commit

Permalink
Fixed name prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Helder Pinto committed Jun 24, 2024
1 parent 653c5f6 commit 9fceb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment-sqlauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
echo '{
"SubscriptionId": "'"$AZURE_SUBSCRIPTION_ID"'",
"NamePrefix": "'"$AOE_NAMEPREFIX$(date '+%Y%m%d%H')"'",
"NamePrefix": "'"$AOE_NAMEPREFIX"'",
"WorkspaceReuse": "n",
"DeployWorkbooks": "y",
"TargetLocation": "'"$AOE_LOCATION"'",
Expand Down

0 comments on commit 9fceb49

Please sign in to comment.