Skip to content

Commit

Permalink
fixed actions?
Browse files Browse the repository at this point in the history
  • Loading branch information
bomzheg committed Dec 4, 2024
1 parent 21b8650 commit 4c44b9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ jobs:
- name: Create the Badge
uses: schneegans/[email protected]
with:
auth: ${{ secrets.BAGE_GIST }} // don't passed from direct push
auth: ${{ secrets.BAGE_GIST }}
gistID: 99469cb5f8a18784c1f03d229a799427
filename: bage.json
label: Coverage Report
message: ${{ steps.coverageComment.outputs.coverage }} // can't access from another job
color: ${{ steps.coverageComment.outputs.color }} // can't access from another job
message: ${{ steps.coverageComment.outputs.coverage }}
color: ${{ steps.coverageComment.outputs.color }}
namedLogo: python
docs:
needs: [build]
Expand Down

0 comments on commit 4c44b9b

Please sign in to comment.