Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
liammulh committed May 16, 2024
1 parent 7d6ec1e commit 73ec4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]
env:
SOME_VAR: "Test"
AFFILS_DB_NAME: "affils.db"
AFFILS_DB_FILE: ${{ github.workspace }}/affils.db
AFFILS_DB_FILE: "${{ github.workspace }}/affils.db"
permissions:
contents: read
jobs:
Expand Down

0 comments on commit 73ec4ee

Please sign in to comment.