Skip to content

Commit e16f003

Browse files
committed
Reworded log messages.
1 parent 7886ddd commit e16f003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- name: log run inputs
3030
run: |
3131
if [[ -n "${{ github.event.inputs.downloadPublicVersion }}" ]]; then
32-
echo "::warning ::Using public SDK package at https://dl.google.com/firebase/sdk/cpp/firebase_cpp_sdk_${{ github.event.inputs.downloadPublicVersion }}.zip"
32+
echo "::warning ::Downloading public SDK package from https://dl.google.com/firebase/sdk/cpp/firebase_cpp_sdk_${{ github.event.inputs.downloadPublicVersion }}.zip"
3333
elif [[ -n "${{ github.event.inputs.downloadPreviousRun }}" ]]; then
34-
echo "::warning ::Using SDK package from previous run at https://github.com/firebase/firebase-cpp-sdk/actions/runs/${{ github.event.inputs.downloadPreviousRun }}"
34+
echo "::warning ::Downloading SDK package from previous run at https://github.com/firebase/firebase-cpp-sdk/actions/runs/${{ github.event.inputs.downloadPreviousRun }}"
3535
fi
3636
if [[ -n "${{ github.event.inputs.commitIdToPackage }}" ]]; then
3737
if [[ -n "${{ github.event.inputs.downloadPublicVersion }}" || -n "${{ github.event.inputs.downloadPreviousRun }}" ]]; then

0 commit comments

Comments
 (0)