Skip to content

Commit

Permalink
fixing the push command
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Oct 29, 2024
1 parent daf4461 commit 99a1f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_other_formats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
git add models_py-autogen/*.py
git add erdiagram-autogen/*.md
git commit -m "generate another formats and add them to the testing branch"
git push --set-upstream origin $branch_name
git push origin $branch_name
else
echo "No changes to commit"
fi
Expand Down

0 comments on commit 99a1f3d

Please sign in to comment.