From d8bda604ee830f3d7f16f6e6975822422ab30a99 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Sat, 1 Feb 2020 18:01:28 +0100 Subject: [PATCH] chore: fix QR code link for expo preview --- .github/workflows/expo-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/expo-preview.yml b/.github/workflows/expo-preview.yml index eb29b32e..8dbd9495 100644 --- a/.github/workflows/expo-preview.yml +++ b/.github/workflows/expo-preview.yml @@ -50,4 +50,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - msg: The Expo app for the example from this branch is ready!

[expo.io/${{ steps.expo.outputs.path }}](https://expo.io/${{ steps.expo.outputs.path }})

. + msg: The Expo app for the example from this branch is ready!

[expo.io/${{ steps.expo.outputs.path }}](https://expo.io/${{ steps.expo.outputs.path }})

.