Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Apr 12, 2024
1 parent 8a2105c commit 2499d73
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/admin-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cd ../../../ && dotnet new bit-bp --name AdminPanel --database SqlServer --sample Admin --appInsights
- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'AdminPanel/src/Client/AdminPanel.Client.Core/appsettings.json'
env:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
cd ..\..\..\ && dotnet new bit-bp --name AdminPanel --database SqlServer --sample Admin --windows --appInsights
- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'AdminPanel\src\Client\AdminPanel.Client.Core\appsettings.json'
env:
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
encodedString: ${{ secrets.ANDROID_RELEASE_KEYSTORE_FILE_BASE64 }}

- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'AdminPanel/src/Client/AdminPanel.Client.Core/appsettings.json'
env:
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
cd ../../../ && dotnet new bit-bp --name AdminPanel --database SqlServer --sample Admin --appInsights
- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'AdminPanel/src/Client/AdminPanel.Client.Core/appsettings.json'
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/blazorui.demo.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
global-json-file: src/global.json

- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/appsettings.json'
env:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
node-version: 20

- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'src\BlazorUI\Demo\Client\Bit.BlazorUI.Demo.Client.Core\appsettings.json'
env:
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
encodedString: ${{ secrets.ANDROID_RELEASE_KEYSTORE_FILE_BASE64 }}

- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/appsettings.json'
env:
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
node-version: 20

- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/appsettings.json'
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/todo-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cd ../../../ && dotnet new bit-bp --name TodoSample --database SqlServer --sample Todo --appInsights
- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'TodoSample/src/Client/TodoSample.Client.Core/appsettings.json'
env:
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
cd ..\..\..\ && dotnet new bit-bp --name TodoSample --database SqlServer --sample Todo --windows --appInsights
- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'TodoSample\src\Client\TodoSample.Client.Core\appsettings.json'
env:
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
encodedString: ${{ secrets.ANDROID_RELEASE_KEYSTORE_FILE_BASE64 }}

- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'TodoSample/src/Client/TodoSample.Client.Core/appsettings.json'
env:
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
cd ../../../ && dotnet new bit-bp --name TodoSample --database SqlServer --sample Todo --appInsights
- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'TodoSample/src/Client/TodoSample.Client.Core/appsettings.json'
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# run: sed -i 's/public static readonly bool PrerenderEnabled = false;/public static readonly bool PrerenderEnabled = true;/g' src/Client/Boilerplate.Client.Core/Services/AppRenderMode.cs

- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'src/Client/Boilerplate.Client.Core/appsettings.json'
env:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
name: migrations-bundle

- name: Update appsettings.json
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'appsettings.json'
env:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
node-version: 20

- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'src\Client\Boilerplate.Client.Core\appsettings.json'
env:
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
encodedString: ${{ secrets.ANDROID_RELEASE_KEYSTORE_FILE_BASE64 }}

- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'src/Client/Boilerplate.Client.Core/appsettings.json'
env:
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
node-version: 20

- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
uses: devops-actions/[email protected]
with:
files: 'src/Client/Boilerplate.Client.Core/appsettings.json'
env:
Expand Down

0 comments on commit 2499d73

Please sign in to comment.