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

@@ -17,8 +17,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: GenerateJSON
run: echo '{"key": "value"}' > data.json
- name: Generate JSON
run: |
echo '{"key": "value"}' > data.json
- name: Display contents of directory
run: ls
@@ -28,4 +29,3 @@ jobs:
with:
name: generated-json
path: data.json