Skip to content

Commit

Permalink
using commit id instead of mutable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jnhyperion committed Aug 31, 2023
1 parent d325933 commit 20a8b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if:
github.repository == 'psf/black' && matrix.os == 'ubuntu-latest' &&
!startsWith(matrix.python-version, 'pypy')
uses: AndreMiras/coveralls-python-action@develop
uses: AndreMiras/coveralls-python-action@8799c9f4443ac4201d2e2f2c725d577174683b99
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
Expand All @@ -77,7 +77,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Send finished signal to Coveralls
uses: AndreMiras/coveralls-python-action@develop
uses: AndreMiras/coveralls-python-action@8799c9f4443ac4201d2e2f2c725d577174683b99
with:
parallel-finished: true
debug: true
Expand Down

0 comments on commit 20a8b08

Please sign in to comment.