Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Jul 3, 2024
1 parent 3e9d6a8 commit d453f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Update server appsettings.json
uses: devops-actions/[email protected]
with:
files: 'AdminPanel/src/Server/AdminPanel.Server/appsettings.Production.json'
files: 'AdminPanel/src/AdminPanel.Server/appsettings.Production.json'
env:
AppSettings__Email__DefaultFromEmail: [email protected]
AppSettings__Email__Host: smtp.sendgrid.net
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todo-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Update server appsettings.json
uses: devops-actions/[email protected]
with:
files: 'TodoSample/src/Server/TodoSample.Server/appsettings.Production.json'
files: 'TodoSample/src/TodoSample.Server/appsettings.Production.json'
env:
AppSettings__Email__DefaultFromEmail: [email protected]
AppSettings__Email__Host: smtp.sendgrid.net
Expand Down

0 comments on commit d453f3e

Please sign in to comment.