Skip to content

Commit 09aff88

Browse files
authored
Fix variable name for polaris_project_name
これで動くはず。
1 parent 996691a commit 09aff88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
### SCANNING: Optional fields
2626
polaris_application_name: ${{ vars.POLARIS_APPLICATION_NAME }}
27-
polaris_project_name: ${{ vars.POLARIS_PROJECT_NAME_NAME }}
27+
polaris_project_name: ${{ vars.POLARIS_PROJECT_NAME }}
2828

2929
### PULL REQUEST COMMENTS: Uncomment below to enable
3030
# polaris_prComment_enabled: true

0 commit comments

Comments
 (0)