Skip to content

Commit d38c344

Browse files
fix: correct syntax ci
1 parent 9f6bb7b commit d38c344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build
4242
run: dotnet build --configuration Release --no-restore
4343
- name: App Settings Variable Substitution
44-
- uses: cschleiden/replace-tokens@v1
44+
uses: cschleiden/replace-tokens@v1
4545
with:
4646
files: '${{ github.workspace }}/src/Api/appsettings.Testing-Deployment.json'
4747
env:

0 commit comments

Comments
 (0)