We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8396f3 commit 19681c0Copy full SHA for 19681c0
1 file changed
.github/workflows/defang.yaml
@@ -39,13 +39,13 @@ jobs:
39
40
- name: Defang ${{ github.event.inputs.action || 'up' }} ${{
41
github.event.inputs.stack || 'default stack' }}
42
- uses: DefangLabs/defang-github-action@v1.4.0
+ uses: DefangLabs/defang-github-action@v2
43
with:
44
command: ${{ github.event.inputs.action || 'up' }}
45
stack: ${{ github.event.inputs.stack || '' }}
46
47
- name: Deployment Summary
48
49
50
command: services
51
0 commit comments