From 90e417248de5ace1c91eab6ea7141672367f9a4f Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Tue, 3 Mar 2020 18:38:20 +0100 Subject: [PATCH] chore: fix typo in expo preview url --- .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 86e94e4d..5aacb6ef 100644 --- a/.github/workflows/expo-preview.yml +++ b/.github/workflows/expo-preview.yml @@ -44,7 +44,7 @@ jobs: - name: Get expo link id: expo - run: echo "::set-output name=path::@react-navigation/react-react-navigationample?release-channel=pr-${{ github.event.number }}" + run: echo "::set-output name=path::@react-navigation/react-navigation-example?release-channel=pr-${{ github.event.number }}" - name: Comment on PR uses: unsplash/comment-on-pr@master