Skip to content

Commit

Permalink
fix: Input BaseURL 로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Sep 22, 2024
1 parent 9b653e5 commit 9b285fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/ktlint_check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: 'ktLint Check'
description: 'Run ktLint Check using Gradle'

inputs:
BASE_URL:
POKE_BASE_URL:
description: 'Base URL for local.properties'
required: true


runs:
using: 'composite'
steps:
Expand Down

0 comments on commit 9b285fb

Please sign in to comment.