We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3428464 commit 71dc0afCopy full SHA for 71dc0af
.github/workflows/check-release-notes-scripts.yml
@@ -14,6 +14,6 @@ jobs:
14
check:
15
runs-on: ubuntu-24.04
16
steps:
17
- - uses: JetBrains/compose-multiplatform/.github/actions/check-release-notes.yml
+ - uses: JetBrains/compose-multiplatform/.github/actions/check-release-notes
18
with:
19
checkout_ref: '$GITHUB_REF'
.github/workflows/check-release-notes.yml
@@ -13,6 +13,6 @@ jobs:
13
- - uses: JetBrains/compose-multiplatform/.github/actions/check-release-notes.yml@igordmn-patch-7
+ - uses: JetBrains/compose-multiplatform/.github/actions/check-release-notes@igordmn-patch-7
checkout_ref: 'igordmn-patch-7'
0 commit comments