Skip to content

Commit

Permalink
Make test_script_directory input not required
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 authored Jun 8, 2024
1 parent a82b257 commit 56aeed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Runs Skript tests'
inputs:
test_script_directory:
description: 'The directory containing the tests to run'
required: true
required: false
skript_repo_ref:
description: 'The Git reference of the Skript version to test with (this can be a commit sha, branch, tag, etc.)'
required: false
Expand Down

0 comments on commit 56aeed0

Please sign in to comment.