chore: fix typo in expo preview url

This commit is contained in:
Satyajit Sahoo
2020-03-03 18:38:20 +01:00
parent e071a978e6
commit 90e417248d

View File

@@ -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