Skip to content

Commit df68c1b

Browse files
committed
debezium/dbz#1546 Fix snapshot CI while checkout the main actions
Signed-off-by: Fiore Mario Vitale <mvitale@redhat.com>
1 parent a5946e2 commit df68c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-oci-artifact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535

3636
- name: Copy actions to workspace
3737
run: |
38-
mkdir -p .github/actions
39-
cp -r _github_main/.github/actions .github/actions
38+
mkdir -p .github
39+
cp -r _github_main/.github/actions .github/
4040
4141
- name: Find manifest
4242
id: find-manifest

0 commit comments

Comments
 (0)