test7
Some checks failed
Gitea Actions Demo / generate-json (push) Failing after 1m33s

This commit is contained in:
Lucio
2023-11-16 16:22:05 -06:00
parent 1a34bb0268
commit 57dab4641e

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
@@ -28,4 +29,3 @@ jobs:
with: with:
name: generated-json name: generated-json
path: data.json path: data.json