Make Flutter version input optional in setup-env action and rename step in workflow

This commit is contained in:
Dr.Blank 2025-04-04 22:23:23 +05:30
parent 71eaac5237
commit 0d2db7778a
No known key found for this signature in database
GPG key ID: BA5F87FF0560C57B
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
flutter_version:
required: true
required: false
type: string
default: "stable"
description: "Flutter version to use. Default is 'stable'."

View file

@ -13,7 +13,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/setup-env.yaml
- name: setup env
uses: ./.github/actions/setup-env.yaml
# Debug: Echo current directory contents
- name: List root directory contents