We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041bfca commit 880a26dCopy full SHA for 880a26d
.github/workflows/ci.yml
@@ -52,8 +52,6 @@ jobs:
52
run: |
53
git config --local user.name "GitHub Action"
54
git config --local user.email "action@github.com"
55
- git fetch origin
56
- git pull origin ${{ github.ref_name }} --rebase
57
git add ./loop_to_python_api/libLoopAlgorithmToPython.dylib
58
git commit -m "Add generated libLoopAlgorithmToPython.dylib" || echo "No changes to commit"
59
git push origin HEAD:${{ github.ref_name }}
0 commit comments