Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf06d4ab

Browse files
committed
fix stringly typed boolean
1 parentb6fbf22 commitf06d4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/traiage.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
GITHUB_EVENT_NAME:${{ github.event_name }}
7171
GITHUB_EVENT_USER_ID:${{ github.event.sender.id }}
7272
GITHUB_EVENT_USER_LOGIN:${{ github.event.sender.login }}
73-
INPUTS_CLEANUP:${{ inputs.cleanup ||'false' }}
73+
INPUTS_CLEANUP:${{ inputs.cleanup || false }}
7474
INPUTS_ISSUE_URL:${{ inputs.issue_url }}
7575
INPUTS_TEMPLATE_NAME:${{ inputs.template_name || 'traiage' }}
7676
INPUTS_TEMPLATE_PRESET:${{ inputs.template_preset || 'Default'}}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp