Skip to content

Commit 1ec40af

Browse files
Copilotcommjoen
andcommitted
Fix precommit issues: remove trailing whitespace and add missing newline
Co-authored-by: commjoen <[email protected]>
1 parent c2df6e5 commit 1ec40af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,20 +102,20 @@ jobs:
102102
echo "" >> $GITHUB_STEP_SUMMARY
103103
echo "**📦 Container Images Published:**" >> $GITHUB_STEP_SUMMARY
104104
echo "" >> $GITHUB_STEP_SUMMARY
105-
105+
106106
# Convert multi-line tags to individual entries
107107
TAGS="${{ steps.meta.outputs.tags }}"
108108
echo "$TAGS" | while read -r tag; do
109109
if [ ! -z "$tag" ]; then
110110
echo "- \`$tag\`" >> $GITHUB_STEP_SUMMARY
111111
fi
112112
done
113-
113+
114114
echo "" >> $GITHUB_STEP_SUMMARY
115115
echo "**🐳 Try the bleeding-edge version:**" >> $GITHUB_STEP_SUMMARY
116116
echo "\`\`\`bash" >> $GITHUB_STEP_SUMMARY
117117
echo "docker pull ghcr.io/${{ github.repository }}/wrongsecrets-master:latest-master" >> $GITHUB_STEP_SUMMARY
118118
echo "docker run -p 8080:8080 ghcr.io/${{ github.repository }}/wrongsecrets-master:latest-master" >> $GITHUB_STEP_SUMMARY
119119
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
120120
echo "" >> $GITHUB_STEP_SUMMARY
121-
echo "Then visit: http://localhost:8080" >> $GITHUB_STEP_SUMMARY
121+
echo "Then visit: http://localhost:8080" >> $GITHUB_STEP_SUMMARY

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ You can install it by doing:
149149
docker run -p 8080:8080 jeroenwillemsen/wrongsecrets:latest-no-vault
150150
```
151151

152-
**🚀 Want to try the bleeding-edge version?**
152+
**🚀 Want to try the bleeding-edge version?**
153153

154154
If you want to see what's coming in the next release, you can use our automatically-built master container:
155155

0 commit comments

Comments
 (0)