We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370d80a commit 6bd625dCopy full SHA for 6bd625d
.github/workflows/ci-common.yaml
@@ -61,7 +61,7 @@ jobs:
61
uses: schneegans/dynamic-badges-action@v1.7.0
62
with:
63
auth: ${{ secrets.GIST_TOKEN }}
64
- gistID: ${{ env.GIST_ID }}
+ gistID: ${{ secrets.GIST_ID }}
65
filename: fuel-ci-profile-${{ github.ref_name }}.json
66
label: OWL DL Profile (${{ github.ref_name }})
67
message: ${{ steps.profile.outcome || 'failed' }}
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
filename: fuel-ci-reasoning-${{ github.ref_name }}.json
87
label: Reasoning (${{ github.ref_name }})
88
message: ${{ steps.reasoning.outputs.result || 'failed'}}
0 commit comments