Skip to content

Commit

Permalink
Updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisAlund committed Feb 15, 2024
1 parent 0851591 commit 88e038f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:

- name: Replace Webhook URLs in Test File
run: |
sed -i 's|WEBHOOK_URL_GOOGLE_CHAT|'"${{ secrets.WEBHOOK_URL_GOOGLE_CHAT }}"'|g' functions/test/e2e/chat.spec.ts
sed -i 's|WEBHOOK_URL_SLACK|'"${{ secrets.WEBHOOK_URL_SLACK }}"'|g' functions/test/e2e/chat.spec.ts
sed -i '' 's|WEBHOOK_URL_GOOGLE_CHAT|'"${{ secrets.WEBHOOK_URL_GOOGLE_CHAT }}"'|g' functions/test/e2e/chat.spec.ts
sed -i '' 's|WEBHOOK_URL_SLACK|'"${{ secrets.WEBHOOK_URL_SLACK }}"'|g' functions/test/e2e/chat.spec.ts
- run: yarn --cwd functions install

Expand Down

0 comments on commit 88e038f

Please sign in to comment.