We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118df5d commit a95c551Copy full SHA for a95c551
.github/workflows/system-tests.yml
@@ -61,7 +61,8 @@ jobs:
61
uses: strimzi/strimzi-kafka-operator/.github/actions/utils/determine-ref@main
62
- name: Parse Comment
63
id: parse
64
- uses: strimzi/strimzi-kafka-operator/.github/actions/systemtests/parse-comment@main
+ #uses: strimzi/strimzi-kafka-operator/.github/actions/systemtests/parse-comment@main
65
+ uses: frawless/strimzi-kafka-operator/.github/actions/systemtests/parse-comment@gha-trigger-docs-improvements
66
with:
67
# Parameters from manual trigger via UI
68
releaseVersion: ${{ github.event.inputs.releaseVersion }}
0 commit comments