From 1a34bb02684ea9857a8b5e423d4ce14c9dd5c1c6 Mon Sep 17 00:00:00 2001 From: Lucio Date: Thu, 16 Nov 2023 16:19:14 -0600 Subject: [PATCH] test6 --- .gitea/workflows/test-json.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-json.yaml b/.gitea/workflows/test-json.yaml index fd8fca9..814ad83 100644 --- a/.gitea/workflows/test-json.yaml +++ b/.gitea/workflows/test-json.yaml @@ -17,7 +17,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Generate JSON + - name: GenerateJSON run: echo '{"key": "value"}' > data.json - name: Display contents of directory