Skip to content

Commit

Permalink
CI: cleanup (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
horothesun authored Oct 15, 2023
1 parent 2fbd910 commit 0b8e8e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
workflow_dispatch: # enable manual execution

env:
G8_PARAM_NAME: "API GW Lambda"
G8_PARAM_GITHUB_ORG: "octo-org"
G8_PARAM_REPO_NAME: "api-gateway-lambda"
G8_PARAM_REPO_NAME: "api-gw-lambda"
G8_PARAM_DEFAULT_BRANCH: "master"
G8_PARAM_ENVIRONMENT: "prod"

Expand All @@ -29,8 +30,9 @@ jobs:
- name: Generate project
run: |
sbt new file://../api-gateway-lambda-template.g8 \
--name="${G8_PARAM_REPO_NAME}" \
--name="${G8_PARAM_NAME}" \
--github_org="${G8_PARAM_GITHUB_ORG}" \
--repo_name="${G8_PARAM_REPO_NAME}" \
--default_branch="${G8_PARAM_DEFAULT_BRANCH}" \
--environment="${G8_PARAM_ENVIRONMENT}"
Expand Down

0 comments on commit 0b8e8e4

Please sign in to comment.