Skip to content

Commit 0c5a377

Browse files
authored
Adapt the workflow to the transfer of the actions to the sdkman org (scala#21855)
Both repositories were transferred a couple of minutes ago the [sdkman](https://github.com/sdkman) org.
2 parents a3786a5 + facaa56 commit 0c5a377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-sdkman.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- platform: WINDOWS_64
4747
archive : 'scala3-${{ inputs.version }}-x86_64-pc-win32.zip'
4848
steps:
49-
- uses: hamzaremmal/sdkman-release-action@1f2d4209b4f5a38721d4ae20014ea8e1689d869e
49+
- uses: sdkman/sdkman-release-action@1f2d4209b4f5a38721d4ae20014ea8e1689d869e
5050
with:
5151
CONSUMER-KEY : ${{ secrets.CONSUMER-KEY }}
5252
CONSUMER-TOKEN : ${{ secrets.CONSUMER-TOKEN }}
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
needs: publish
6161
steps:
62-
- uses: hamzaremmal/sdkman-default-action@b3f991bd109e40155af1b13a4c6fc8e8ccada65e
62+
- uses: sdkman/sdkman-default-action@b3f991bd109e40155af1b13a4c6fc8e8ccada65e
6363
with:
6464
CONSUMER-KEY : ${{ secrets.CONSUMER-KEY }}
6565
CONSUMER-TOKEN : ${{ secrets.CONSUMER-TOKEN }}

0 commit comments

Comments
 (0)