-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting a 400 error when using the Github deploy action #52
Comments
I believe I am now having the same problem, I don't suppose you managed to fix this? Workflow file: https://github.com/elementary/flatpak-platform/actions/runs/3382649846/workflow#L98 |
Nope. I just gave up and solved it in a different way. |
@ckruse thank you for your quick reply. We would be very grateful if you could give us a hint about how you solved this in a different way. |
@meisenzahl I rolled out a script which checks if there is a new version for the software and, if there is, installed it. I start it periodically via a systemd timer. I know, this is not a very elegant solution, but it works. |
@ckruse thank you for taking the time to reply. Unfortunately, this cannot be applied to our use case. Sometimes the most elegant solution is not the best one. The most important thing is that it works reliably 🤓 |
Hey there,
I set up a flatpak repo, but I just get a 400 error when trying to deploy via a github action using the actions at https://github.com/bilelmoussaoui/flatpak-github-actions
Attaching via
strace
didn't reveal more information. What am I doing wrong? This is the relevant action code:This is the
config.json
:I compiled
flat-manager
from HEAD on a Ubuntu box. Deploying manually viaflat-manager-client
works:What am I doing wrong?
Best regards,
CK
The text was updated successfully, but these errors were encountered: