From de2b2f2d967f63f45bb7e0f8674b7ec0c146c53d Mon Sep 17 00:00:00 2001 From: Timmy Jose Date: Thu, 13 Mar 2025 17:39:37 +0530 Subject: [PATCH] chore: add Hi --- .github/workflows/expo-preview.yml | 4 ++-- src/screens/Demo.tsx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/expo-preview.yml b/.github/workflows/expo-preview.yml index bfdf4d1..a23dd81 100644 --- a/.github/workflows/expo-preview.yml +++ b/.github/workflows/expo-preview.yml @@ -8,13 +8,13 @@ jobs: check_comments: name: Check comments for /preview runs-on: ubuntu-latest + continue-on-error: true steps: - name: Check for command id: command uses: xt0rted/slash-command-action@v1 with: - token: ${{ secrets.GH_PAT }} - continue-on-error: true + repo-token: ${{ secrets.GH_PAT }} command: preview reaction: "true" reaction-type: rocket diff --git a/src/screens/Demo.tsx b/src/screens/Demo.tsx index 5a79b1a..c9461b9 100644 --- a/src/screens/Demo.tsx +++ b/src/screens/Demo.tsx @@ -9,6 +9,7 @@ const Demo = () => { return ( + Hi navigation.navigate('Home')}>