File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122
123123 # sync finalization schema back to dbo, maintaining structure
124124 rsync -r "$src_dir/" "$dest_dir/"
125- rm -rf "${src_dir}/*"
125+ rm -rf "${src_dir}"/*
126126
127127 # Replace any finalization references due to the move
128128 find ./src/Sql/dbo -name "*.sql" -type f -exec sed -i \
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ jobs:
267267 for tag in "${tags_array[@]}"; do
268268 images+=("${tag}@${DIGEST}")
269269 done
270- cosign sign --yes " ${images[@]}"
270+ cosign sign --yes ${images[@]}
271271 echo "images=${images[*]}" >> "$GITHUB_OUTPUT"
272272
273273 - name : Scan Docker image
Original file line number Diff line number Diff line change 4444 echo "Latest Released Version: $VERSION"
4545 echo "version=$VERSION" >> "$GITHUB_OUTPUT"
4646 else
47- echo "Release Version: ${_INPUT_VERSION }"
48- echo "version=${_INPUT_VERSION }" >> "$GITHUB_OUTPUT"
47+ echo "Release Version: ${INPUT_VERSION }"
48+ echo "version=${INPUT_VERSION }" >> "$GITHUB_OUTPUT"
4949 fi
5050
5151 - name : Get branch name
You can’t perform that action at this time.
0 commit comments