We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754a219 commit 91e870bCopy full SHA for 91e870b
.github/workflows/deploy-to-cloudron.yaml
@@ -1,3 +1,6 @@
1
-- name: Cloudron Push to App
2
- uses: cloudron-io/cloudron-push-to-app@dev
3
-
+jobs:
+ deploy:
+ runs-on: ubuntu-latest
4
+ steps:
5
+ - name: Cloudron Push to App
6
+ uses: cloudron-io/cloudron-push-to-app@dev
0 commit comments