We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6ed71 commit be9487bCopy full SHA for be9487b
.github/workflows/build_starter.yml
@@ -95,6 +95,7 @@ jobs:
95
echo "::set-output name=unity_version::${{ github.event.inputs.unity_version }}"
96
echo "::set-output name=should_trigger_package::${{ github.event.inputs.should_trigger_package }}"
97
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 }}"
99
echo "::set-output name=unity_branch::${{ github.event.inputs.unity_branch }}"
100
echo "::set-output name=additional_cmake_flags::${{ github.event.inputs.unity_branch }}"
101
else
0 commit comments