We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6086cc9 commit 8390ef0Copy full SHA for 8390ef0
2 files changed
.github/actions/determine-ref/action.yml …b/actions/utils/determine-ref/action.yml.github/actions/determine-ref/action.yml renamed to .github/actions/utils/determine-ref/action.yml
.github/workflows/system-tests.yml
@@ -52,7 +52,7 @@ jobs:
52
steps:
53
- name: Determine checkout ref
54
id: determine_ref
55
- uses: strimzi/strimzi-kafka-operator/.github/actions/determine-ref@main
+ uses: strimzi/strimzi-kafka-operator/.github/actions/utils/determine-ref@main
56
- uses: actions/checkout@v5
57
with:
58
ref: ${{ steps.determine_ref.outputs.ref }}
@@ -76,7 +76,7 @@ jobs:
76
pull-requests: write
77
statuses: write
78
79
- - uses: strimzi/strimzi-kafka-operator/.github/actions/check-permissions@main
+ - uses: strimzi/strimzi-kafka-operator/.github/actions/utils/check-permissions@main
80
# In case the user has proper rights, print comment with build link and set status
81
82
0 commit comments