Skip to content

Commit 328bddb

Browse files
committed
Fix precommit issues: add newline and remove extra blank lines
1 parent dfeccbd commit 328bddb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/desktop-container-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ jobs:
142142
echo "docker run -d -p 3000:3000 ghcr.io/${{ github.repository }}/wrongsecrets-desktop-k8s:latest-master" >> $GITHUB_STEP_SUMMARY
143143
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
144144
echo "" >> $GITHUB_STEP_SUMMARY
145-
echo "Then visit: http://localhost:3000" >> $GITHUB_STEP_SUMMARY
145+
echo "Then visit: http://localhost:3000" >> $GITHUB_STEP_SUMMARY

Dockerfile_webdesktop

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ COPY src/main/resources/executables/secrchallenge.json /var/tmp/wrongsecrets/
4646
COPY src/test/resources/alibabacreds.kdbx /var/tmp/wrongsecrets/
4747
COPY wrongsecret-desktop-resources/welcome.md /var/tmp/wrongsecrets/
4848

49-
5049
COPY wrongsecret-desktop-resources/startwm.sh /defaults/startwm.sh

0 commit comments

Comments
 (0)