Skip to content

Commit

Permalink
Use the commit instead of the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal authored Jun 14, 2024
1 parent 2a46134 commit 550a960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-sdkman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- platform: UNIVERSAL
archive : 'scala3-${{ inputs.version }}.zip'
steps:
- uses: hamzaremmal/sdkman-release-action@main # TODO: Make a release of the action and configure the version here
- uses: hamzaremmal/sdkman-release-action@7e437233a6bd79bc4cb0fa9071b685e94bdfdba6
with:
CONSUMER-KEY : ${{ secrets.CONSUMER-KEY }}
CONSUMER-TOKEN : ${{ secrets.CONSUMER-TOKEN }}
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
needs: publish
steps:
- uses: hamzaremmal/sdkman-default-action@main # TODO: Make a release of the action and configure the version here
- uses: hamzaremmal/sdkman-default-action@866bc79fc5bd397eeb48f9cedda2f15221c8515d
with:
CONSUMER-KEY : ${{ secrets.CONSUMER-KEY }}
CONSUMER-TOKEN : ${{ secrets.CONSUMER-TOKEN }}
Expand Down

0 comments on commit 550a960

Please sign in to comment.