We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcdd1e8 + de2b2f2 commit 39506f0Copy full SHA for 39506f0
.github/workflows/expo-preview.yml
@@ -8,13 +8,13 @@ jobs:
8
check_comments:
9
name: Check comments for /preview
10
runs-on: ubuntu-latest
11
+ continue-on-error: true
12
steps:
13
- name: Check for command
14
id: command
15
uses: xt0rted/slash-command-action@v1
16
with:
- token: ${{ secrets.GH_PAT }}
17
- continue-on-error: true
+ repo-token: ${{ secrets.GH_PAT }}
18
command: preview
19
reaction: "true"
20
reaction-type: rocket
src/screens/Demo.tsx
@@ -9,6 +9,7 @@ const Demo = () => {
return (
<SafeAreaView style={styles.container}>
+ <Text>Hi</Text>
<Pressable
style={styles.button}
onPress={() => navigation.navigate('Home')}>
0 commit comments