Skip to content

Commit

Permalink
#10 Fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsken committed Oct 23, 2024
1 parent 8b105cc commit 89ed9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run the test suite
env:
CHECK_DONE_GITHUB_APP_ID: ${{ secrets.CHECK_DONE_GITHUB_APP_ID }}
CHECK_DONE_GITHUB_PRIVATE_KEY: |
CHECK_DONE_GITHUB_APP_PRIVATE_KEY: |
${{ secrets.CHECK_DONE_GITHUB_APP_PRIVATE_KEY }}
run: |
poetry run pytest --cov=check-done --cov-branch
Expand Down

0 comments on commit 89ed9f9

Please sign in to comment.