merge: Fix path to entrypoint

This commit is contained in:
bbhtt
2024-06-18 06:03:40 +05:30
parent bb45c5c1b8
commit b842aaa926
+1 -1
View File
@@ -11,6 +11,6 @@ jobs:
container:
image: ghcr.io/flathub/actions/merge:latest
steps:
- run: /entrypoint.py
- run: /app/entrypoint.py
env:
GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }}