Skip to content

Commit 9729a02

Browse files
committed
set the input on correct line
1 parent a61d761 commit 9729a02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_starter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
echo "::set-output name=unity_version::${{ github.event.inputs.unity_version }}"
9696
echo "::set-output name=should_trigger_package::${{ github.event.inputs.should_trigger_package }}"
9797
echo "::set-output name=runIntegrationTests::${{ github.event.inputs.runIntegrationTests }}"
98+
echo "::set-output name=firebase_cpp_sdk_version::${{ github.event.inputs.firebase_cpp_sdk_version }}"
9899
echo "::set-output name=unity_branch::${{ github.event.inputs.unity_branch }}"
99100
echo "::set-output name=additional_cmake_flags::${{ github.event.inputs.unity_branch }}"
100101
else
@@ -104,7 +105,7 @@ jobs:
104105
echo "::set-output name=apis::'analytics,auth,crashlytics,database,dynamic_links,firestore,functions,installations,messaging,remote_config,storage'"
105106
echo "::set-output name=unity_version::2019"
106107
echo "::set-output name=should_trigger_package::true"
107-
echo "::set-output name=firebase_cpp_sdk_version::${{ github.event.inputs.firebase_cpp_sdk_version }}"
108+
echo "::set-output name=firebase_cpp_sdk_version::"
108109
echo "::set-output name=unity_branch::"
109110
echo "::set-output name=additional_cmake_flags::"
110111
if [[ "${{ github.event_name }}" == "schedule" ]]; then

0 commit comments

Comments
 (0)