Skip to content

Commit 9c1f1b2

Browse files
pixman feedback
1 parent 5932685 commit 9c1f1b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/_move_edd_db_scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
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

0 commit comments

Comments
 (0)