Skip to content

Commit

Permalink
Fixes maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-belellou committed Nov 24, 2024
1 parent ce0ff33 commit 1fe9fc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
CI_BADGES_GIST_STAGING: b215880fcc3b1db343bccd1147ed9c06

steps:
- run: env
- uses: actions/checkout@v4

- name: Set up JDK 21
Expand Down Expand Up @@ -58,7 +57,7 @@ jobs:
- uses: gaelgirodon/ci-badges-action@14c20f94cfdcbb27ce33e8793fa3245c25ddca14
env:
GIST_ID: ${{ github.event == 'push' && github.ref == 'main' && env.CI_BADGES_GIST || env.CI_BADGES_GIST_STAGING }}
GIST_ID: "${{ github.event == 'push' && github.ref == 'main' && env.CI_BADGES_GIST || env.CI_BADGES_GIST_STAGING }}"
with:
gist-id: ${{ env.GIST_ID }}
token: ${{ secrets.CI_BADGES_GIST_TOKEN }}

0 comments on commit 1fe9fc6

Please sign in to comment.