@@ -106,17 +106,17 @@ jobs:
106106 run : |
107107 # Create badge section for README
108108 cat > badges.md << 'EOF'
109- [](${{ steps.badges.outputs.release_badge } })
110- [](https://opensource.org/licenses/MIT)
111- [](https://www.gnu.org/software/bash/)
112- [](https://www.docker.com/)
113- []()
114- []()
115- []()
116- [](https://github.com/${{ github.repository } }/commits/main)
117- [](https://github.com/${{ github.repository } }/releases/latest)
118- [](https://github.com/${{ github.repository } }/releases)
119- [](https://github.com/${{ github.repository } }/issues)
109+ [](${steps.badges.outputs.release_badge})
110+ [](https://opensource.org/licenses/MIT)
111+ [](https://www.gnu.org/software/bash/)
112+ [](https://www.docker.com/)
113+ []()
114+ []()
115+ []()
116+ [](https://github.com/${github.repository}/commits/main)
117+ [](https://github.com/${github.repository}/releases/latest)
118+ [](https://github.com/${github.repository}/releases)
119+ [](https://github.com/${github.repository}/issues)
120120EOF
121121
122122 # Update README with new badges
0 commit comments