Обновить .gitea/workflows/sampleworkflow.yaml
All checks were successful
Sample Workflow / test (push) Successful in 4s

This commit is contained in:
2025-10-09 19:17:26 +07:00
parent 43b1402eff
commit 71ed7312d8

View File

@@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Init gradle project
- name: Some act
run:
gradle init
echo "Hello, World!" > text
ls
cat text