ci: retrigger hello-app build with fixed checkout step
Some checks failed
build-hello-app / build-and-push (push) Failing after 27s

Forgejo's re-run replayed the workflow file as it was at the original
triggering commit, not the fixed version now on main - needs an actual
new push touching apps/hello-app/src/** to pick it up.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y4YNpuC2bgT224suQLLJ7B
This commit is contained in:
CodeGit 2026-09-04 07:51:15 +01:00
parent 7919d37fcc
commit bfdc9704cb

View file

@ -150,6 +150,8 @@
<footer> <footer>
Source: <a href="https://git.boglabob.com">git.boglabob.com</a> Source: <a href="https://git.boglabob.com">git.boglabob.com</a>
</footer> </footer>
<!-- CI retrigger: pick up the fixed checkout step -->
</main> </main>
</body> </body>
</html> </html>