test9
Some checks failed
Gitea Actions Demo / generate-json (push) Failing after 1m39s
Gitea Actions Demo / upload-to-repo (push) Failing after 27s

This commit is contained in:
Lucio
2023-11-16 16:31:50 -06:00
parent a24420cfff
commit f46a0ab0ac

View File

@@ -18,7 +18,8 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Generate JSON - name: Generate JSON
run: echo '{"key": "value"}' > data.json run: |
echo '{"key": "value"}' > data.json
- name: Display contents of directory - name: Display contents of directory
run: ls run: ls