Skip to content

Commit a61d761

Browse files
committed
use the workflow cpp sdk version variable
1 parent cd6ed71 commit a61d761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_starter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
echo "::set-output name=apis::'analytics,auth,crashlytics,database,dynamic_links,firestore,functions,installations,messaging,remote_config,storage'"
105105
echo "::set-output name=unity_version::2019"
106106
echo "::set-output name=should_trigger_package::true"
107-
echo "::set-output name=firebase_cpp_sdk_version::"
107+
echo "::set-output name=firebase_cpp_sdk_version::${{ github.event.inputs.firebase_cpp_sdk_version }}"
108108
echo "::set-output name=unity_branch::"
109109
echo "::set-output name=additional_cmake_flags::"
110110
if [[ "${{ github.event_name }}" == "schedule" ]]; then

0 commit comments

Comments
 (0)