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