Skip to content

Commit 39506f0

Browse files
authored
Merge pull request #7 from timmyjose-experiments/test-branch
chore: add Hi
2 parents dcdd1e8 + de2b2f2 commit 39506f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/expo-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
check_comments:
99
name: Check comments for /preview
1010
runs-on: ubuntu-latest
11+
continue-on-error: true
1112
steps:
1213
- name: Check for command
1314
id: command
1415
uses: xt0rted/slash-command-action@v1
1516
with:
16-
token: ${{ secrets.GH_PAT }}
17-
continue-on-error: true
17+
repo-token: ${{ secrets.GH_PAT }}
1818
command: preview
1919
reaction: "true"
2020
reaction-type: rocket

src/screens/Demo.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const Demo = () => {
99

1010
return (
1111
<SafeAreaView style={styles.container}>
12+
<Text>Hi</Text>
1213
<Pressable
1314
style={styles.button}
1415
onPress={() => navigation.navigate('Home')}>

0 commit comments

Comments
 (0)