We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854ff9c commit 1cdbb3aCopy full SHA for 1cdbb3a
action.yml
@@ -73,7 +73,7 @@ runs:
73
74
echo "🚀 Copying bundle"
75
mkdir -p "operators/${{ inputs.name }}/${{ inputs.version }}"
76
- cp -r "${{ inputs.bundle-path-dir }}"/* "operators/${{ inputs.name }}/${{ inputs.version }}"
+ rsync -av --exclude="ci.yaml" "${{ inputs.bundle-path-dir }}/" "operators/${{ inputs.name }}/${{ inputs.version }}"
77
78
echo "🚀 Copying ci.yaml"
79
cp "${{ inputs.ci-path-file }}" "operators/${{ inputs.name }}/"
0 commit comments