tools for exporting godot projects via Github Actions
set the required-icity
| -rw-r--r-- | .github/workflows/callable-export.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/callable-export.yml b/.github/workflows/callable-export.yml index 8da4456..8c5366e 100644 --- a/.github/workflows/callable-export.yml +++ b/.github/workflows/callable-export.yml @@ -15,12 +15,12 @@ on: export-name: description: the name of the exec. ($export-name.exe) default: ${{ github.event.repository.name }} - required: true + required: false type: string platforms: description: space seperated platform list default: "windows linux web android mac" - required: true + required: false type: string project-root-path: description: the directory that project.godot is in @@ -30,7 +30,7 @@ on: github-pages: description: to deploy to github pages or not to deploy to github pages default: "true" - required: true + required: false type: string # shut secrets: android-keystore-base64: |