File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -208,14 +208,14 @@ jobs:
208208 with :
209209 branch : ${{ inputs.branch }}
210210
211- - uses : SonarSource/gh-action_releasability@v3
212- id : releasability
213- with :
214- branch : ${{ inputs.branch }}
215- commit-sha : ${{ github.sha }}
216- organization : ${{ github.repository_owner }}
217- repository : ${{ github.event.repository.name }}
218- version : ${{ steps.get-version.outputs.release-version }}
211+ # - uses: SonarSource/gh-action_releasability@v3
212+ # id: releasability
213+ # with:
214+ # branch: ${{ inputs.branch }}
215+ # commit-sha: ${{ github.sha }}
216+ # organization: ${{ github.repository_owner }}
217+ # repository: ${{ github.event.repository.name }}
218+ # version: ${{ steps.get-version.outputs.release-version }}
219219
220220 - name : Summary
221221 if : ${{ always() && inputs.verbose }}
You can’t perform that action at this time.
0 commit comments