We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cafbc commit dc6ba42Copy full SHA for dc6ba42
2 files changed
.github/workflows/build.yml
@@ -31,5 +31,5 @@ jobs:
31
echo TESTS FAILED
32
exit 1
33
fi
34
- working-directory: ./MyApp.Tests
+ working-directory: ./ExampleDataApis.Tests
35
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
74
- name: Apply Production AppSettings
75
if: env.HAS_APPSETTINGS_PATCH == 'true'
76
- working-directory: ./MyApp
+ working-directory: ./ExampleDataApis
77
run: |
78
cat <<EOF >> appsettings.json.patch
79
${{ secrets.APPSETTINGS_PATCH }}
0 commit comments