Compare commits

...

2 commits

Author SHA1 Message Date
uku
4f7be81615
THE QUOTESSSS AAAAAAAAA 2024-11-07 23:42:21 +01:00
uku
b92e8a933f
JA PIERDOLEEEEEEEEEEEEEEEEEEEE 2024-11-07 23:42:21 +01:00

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 \