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