Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
✏️ fix CI fail due in generating release summary
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Jun 1, 2023
1 parent 99bfbc0 commit bc4f205
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: |
echo "# :rocket: Successfully deployed Web to Firebase" >> $GITHUB_STEP_SUMMARY
echo "The job was automatically triggered by a ${{ github.event_name }} event." >> $GITHUB_STEP_SUMMARY
echo >> $GITHUB_STEP_SUMMARY
echo ":blue_heart: Using **Flutter {{ steps.flutter-action.outputs.CHANNEL }}** >> $GITHUB_STEP_SUMMARY
echo ":blue_heart: Version {{ steps.flutter-action.outputs.VERSION }}" >> $GITHUB_STEP_SUMMARY
echo >> $GITHUB_STEP_SUMMARY
echo ":link: URLs: {{ steps.firebase_deploy.outputs.urls }}"
echo "" >> $GITHUB_STEP_SUMMARY
echo ":blue_heart: Using **Flutter ${{ steps.flutter-action.outputs.CHANNEL }}** >> $GITHUB_STEP_SUMMARY
echo ":blue_heart: Version ${{ steps.flutter-action.outputs.VERSION }}" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo ":link: URLs: ${{ steps.firebase_deploy.outputs.urls }}"

0 comments on commit bc4f205

Please sign in to comment.