From 57dab4641e16be03d1bb0809e2a22905729d599b Mon Sep 17 00:00:00 2001 From: Lucio Date: Thu, 16 Nov 2023 16:22:05 -0600 Subject: [PATCH] test7 --- .gitea/workflows/test-json.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test-json.yaml b/.gitea/workflows/test-json.yaml index 814ad83..f8c109f 100644 --- a/.gitea/workflows/test-json.yaml +++ b/.gitea/workflows/test-json.yaml @@ -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 -