Skip to content

Commit ef6f437

Browse files
環境変数を試す
1 parent 5e2c883 commit ef6f437

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/deploy_lambda.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
timeout: 30
5151
environment: |
5252
{
53-
"Variables": {
54-
"YOUR_ENV_VAR_1": "<environment-val1>",
55-
"YOUR_ENV_VAR_2": "<environment-val2>"
56-
}
53+
"YOUR_ENV_VAR_1": "<environment-val1>",
54+
"YOUR_ENV_VAR_2": "<environment-val2>"
5755
}

0 commit comments

Comments
 (0)