Skip to content

Commit 8390ef0

Browse files
authored
Fix path for check-permissions and move determine-ref to subfolder (#11847)
Signed-off-by: Jakub Stejskal <[email protected]>
1 parent 6086cc9 commit 8390ef0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

.github/workflows/system-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- name: Determine checkout ref
5454
id: determine_ref
55-
uses: strimzi/strimzi-kafka-operator/.github/actions/determine-ref@main
55+
uses: strimzi/strimzi-kafka-operator/.github/actions/utils/determine-ref@main
5656
- uses: actions/checkout@v5
5757
with:
5858
ref: ${{ steps.determine_ref.outputs.ref }}
@@ -76,7 +76,7 @@ jobs:
7676
pull-requests: write
7777
statuses: write
7878
steps:
79-
- uses: strimzi/strimzi-kafka-operator/.github/actions/check-permissions@main
79+
- uses: strimzi/strimzi-kafka-operator/.github/actions/utils/check-permissions@main
8080
# In case the user has proper rights, print comment with build link and set status
8181
- uses: actions/checkout@v5
8282
with:

0 commit comments

Comments
 (0)