Skip to content

Commit b914c11

Browse files
committed
Add echos
1 parent b549f0a commit b914c11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pages-version.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
echo "VERSION=$VERSION"
2525
sed -i 's/badge\/openspool-[^-]*-magenta/badge\/openspool-'"$VERSION"'-magenta/' docs/index.md
2626
sed -i 's/badge\/openspool-[^-]*-magenta/badge\/openspool-'"$VERSION"'-magenta/' README.md
27+
echo "docs/index.md"
2728
cat docs/index.md | grep shields.io
29+
echo "README.md"
30+
cat README.md | grep shields.io
2831
2932
- name: Commit manifest file
3033
uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)