We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d1fcf5 + b2aff7e commit 209a9f5Copy full SHA for 209a9f5
.github/workflows/check-sample.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Install Defang
22
run: |
23
- . <(curl -Ls https://s.defang.io/install)
+ eval "$(curl -fsSL s.defang.io/install)"
24
25
- name: Run Checks
26
id: checks
.github/workflows/deploy-changed-samples.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
- name: Run tests
54
id: run-tests
0 commit comments