Skip to content

Commit 66b2543

Browse files
chore: correct the variable
1 parent 49a73c5 commit 66b2543

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
@@ -43,7 +43,7 @@ jobs:
4343
- name: App Settings Variable Substitution
4444
uses: microsoft/variable-substitution@v1
4545
with:
46-
files: "${GITHUB_WORKSPACE}/src/Api/appsettings.Testing-Deployment.json"
46+
files: "${{ github.workspace }}/src/Api/appsettings.Testing-Deployment.json"
4747
env:
4848
DatabaseSettings.DatabaseConnection: ${{secrets.DB_CONNECTION_STRING}}
4949
S3AwsSettings.AccessKey: ${{ secrets.S3_KEY }}

0 commit comments

Comments
 (0)