This commit is contained in:
Lucio
2023-11-16 16:14:00 -06:00
parent 7a28437199
commit b2f3d389ba

View File

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