THE QUOTESSSS AAAAAAAAA

This commit is contained in:
uku 2024-11-07 23:40:20 +01:00
parent ee0b8b46af
commit 73e41f1547
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"
- name: Create Pull Request
if: ${{ steps.update_lockfile.outputs.commits != "" }}
if: ${{ steps.update_lockfile.outputs.commits != '' }}
run: |
git push origin HEAD
curl -X POST \