From b2f3d389ba37eec742f33635ef6708fd34c58b1f Mon Sep 17 00:00:00 2001 From: Lucio Date: Thu, 16 Nov 2023 16:14:00 -0600 Subject: [PATCH] test5 --- .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 458e439..fd8fca9 100644 --- a/.gitea/workflows/test-json.yaml +++ b/.gitea/workflows/test-json.yaml @@ -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