We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5870df commit c427b4dCopy full SHA for c427b4d
.github/workflows/deploy-to-cloudron.yaml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
environment: my.cloudron.dev
9
steps:
10
+ - name: Checkout Repository
11
+ uses: actions/checkout@v6
12
- name: Cloudron Push to App
13
uses: cloudron-io/cloudron-push-to-app@latest
14
with:
0 commit comments