JA PIERDOLEEEEEEEEEEEEEEEEEEEE

This commit is contained in:
uku 2024-11-07 23:22:40 +01:00
parent 8976a88dc6
commit ee0b8b46af
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -43,7 +43,7 @@ jobs:
echo "commits=$(git log --oneline origin/main..HEAD)" >> "$GITHUB_OUTPUT" echo "commits=$(git log --oneline origin/main..HEAD)" >> "$GITHUB_OUTPUT"
- name: Create Pull Request - name: Create Pull Request
if: ${{ steps.update_lockfile.outputs.commits }} != "" if: ${{ steps.update_lockfile.outputs.commits != "" }}
run: | run: |
git push origin HEAD git push origin HEAD
curl -X POST \ curl -X POST \