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 4e8ff60 commit c36f7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
service:
names: "[ ${{ secrets.AZURE_WEBAPP_NAMES }} ]"
publish_profiles: "[ ${{ secrets.PUBLISH_PROFILE_TEST }}, ${{ secrets.PUBLISH_PROFILE_APP }}]"
names: "test-service,app-service"
publish_profiles: ${{ secrets.PUBLISH_PROFILE_TEST }}, ${{ secrets.PUBLISH_PROFILE_APP }}`
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit c36f7db

Please sign in to comment.