Skip to content

Commit

Permalink
Attempt to fix appsettings change
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Jan 1, 2024
1 parent 008301e commit 26a7f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: App Settings Variable Substitution
uses: microsoft/variable-substitution@v1
with:
files: 'OpenWeatherMap.Cache/OpenWeatherMap.Cache.Tests/appsettings.json'
files: '${{ github.workspace }}/OpenWeatherMap.Cache.Tests/appsettings.json'
env:
apiKey: ${{ secrets.API_KEY }}

Expand Down

0 comments on commit 26a7f5e

Please sign in to comment.