From 0921961533d8a515ec49eceb9f1f15b0ae73255f Mon Sep 17 00:00:00 2001 From: Dorota Jarecka Date: Wed, 19 Jun 2024 13:49:03 -0400 Subject: [PATCH] testing --- .github/workflows/push_reproschema_py.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_reproschema_py.yml b/.github/workflows/push_reproschema_py.yml index ea9f47bbd..15cf6798c 100644 --- a/.github/workflows/push_reproschema_py.yml +++ b/.github/workflows/push_reproschema_py.yml @@ -47,7 +47,7 @@ jobs: # Add your script or commands here to make changes to the repository # For example, let's create a new file #echo "Some changes" > new-file.txt - git add reproschema-py/reproschema.jsonld + git add reproschema.jsonld git commit -m "Add new file" - name: Push changes to target repository