File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v4
2424
2525 - name : Deploy
26- uses : DefangLabs/defang-github-action@main
26+ uses : DefangLabs/defang-github-action@v1.0.3
2727 with :
2828 cli-version : v0.5.38
2929 config-env-vars : " DEFANG_GH_ACTION_TEST_MESSAGE"
Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v4
2222
2323 - name : Deploy
24- uses : DefangLabs/defang-github-action@v1
24+ uses : DefangLabs/defang-github-action@v1.0.4
2525` ` `
2626
2727### Managing Config Values
4242 steps:
4343 # [...]
4444 - name: Deploy
45- uses: DefangLabs/defang-github-action@v1
45+ uses: DefangLabs/defang-github-action@v1.0.4
4646 with:
4747 # Note: you need to tell Defang which env vars to push to the cloud as config values here. Only these ones will be pushed up.
4848 config-env-vars: "API_KEY DB_CONNECTION_STRING"
6262 steps:
6363 # [...]
6464 - name: Deploy
65- uses: DefangLabs/defang-github-action@v1
65+ uses: DefangLabs/defang-github-action@v1.0.4
6666 with:
6767 cwd: "./test"
6868` ` `
7878 steps:
7979 # [...]
8080 - name: Deploy
81- uses: DefangLabs/defang-github-action@v1
81+ uses: DefangLabs/defang-github-action@v1.0.4
8282 with:
8383 cli-version: v0.5.38
8484` ` `
@@ -107,7 +107,7 @@ jobs:
107107 uses: actions/checkout@v4
108108
109109 - name: Deploy
110- uses: DefangLabs/defang-github-action@main
110+ uses: DefangLabs/defang-github-action@v1.0.4
111111 with:
112112 cli-version: v0.5.38
113113 config-env-vars: "API_KEY DB_CONNECTION_STRING"
You can’t perform that action at this time.
0 commit comments