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 d29efb9 commit 198397b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:
strategy:
matrix:
service:
names: ["${{ secrets.AZURE_WEBAPP_NAMES }}"]
publish_profiles:
[
"${{ secrets.PUBLISH_PROFILE_TEST }}, ${{ secrets.PUBLISH_PROFILE_APP }}",
]
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 198397b

Please sign in to comment.