chore: update GitHub Actions workflow echo command
All checks were successful
/ test (push) Successful in 1s

- Modified the echo command in demo.yaml to reflect an updated message for clarity during testing
This commit is contained in:
Juan Sebastián Montoya 2025-04-10 16:08:08 -05:00
parent 2eb86d5d0d
commit 49683c09ed

View file

@ -3,4 +3,4 @@ jobs:
test:
runs-on: docker
steps:
- run: echo All Good
- run: echo All Good updated