We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89d414 commit ff61962Copy full SHA for ff61962
1 file changed
.github/workflows/main_eventz-api.yml
@@ -64,7 +64,7 @@ jobs:
64
dotnet tool install --global dotnet-ef --version 8.*
65
66
- name: Run database migrations
67
- working-directory: eventz-api
+ working-directory: .
68
env:
69
CONNECTION_STRING: ${{ secrets.AZURE_SQL_CONNECTION_STRING }}
70
run: |
0 commit comments