Skip to content

Commit 6bd625d

Browse files
committed
After setting GIST_ID
1 parent 370d80a commit 6bd625d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-common.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: schneegans/dynamic-badges-action@v1.7.0
6262
with:
6363
auth: ${{ secrets.GIST_TOKEN }}
64-
gistID: ${{ env.GIST_ID }}
64+
gistID: ${{ secrets.GIST_ID }}
6565
filename: fuel-ci-profile-${{ github.ref_name }}.json
6666
label: OWL DL Profile (${{ github.ref_name }})
6767
message: ${{ steps.profile.outcome || 'failed' }}
@@ -82,7 +82,7 @@ jobs:
8282
uses: schneegans/dynamic-badges-action@v1.7.0
8383
with:
8484
auth: ${{ secrets.GIST_TOKEN }}
85-
gistID: ${{ env.GIST_ID }}
85+
gistID: ${{ secrets.GIST_ID }}
8686
filename: fuel-ci-reasoning-${{ github.ref_name }}.json
8787
label: Reasoning (${{ github.ref_name }})
8888
message: ${{ steps.reasoning.outputs.result || 'failed'}}

0 commit comments

Comments
 (0)