Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jibin362 committed Jun 11, 2024
1 parent 2bdb55e commit d29efb9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
strategy:
matrix:
service:
names: [${{ secrets.AZURE_WEBAPP_NAMES }}]
publish_profiles: [${{ secrets.PUBLISH_PROFILE }}, ${{ secrets.APP_PUBLISH_PROFILE }}]
names: ["${{ secrets.AZURE_WEBAPP_NAMES }}"]
publish_profiles:
[
"${{ secrets.PUBLISH_PROFILE_TEST }}, ${{ secrets.PUBLISH_PROFILE_APP }}",
]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit d29efb9

Please sign in to comment.