Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IZUMI-Zu committed Dec 14, 2024
1 parent d9bb3d8 commit e46ca21
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: "20"

- name: Install dependencies
run: npm install
Expand All @@ -93,9 +93,11 @@ jobs:
- name: Create preview
id: preview
uses: expo/expo-github-action/preview@v8
env:
EXPO_PUBLIC_COMMIT_HASH: ${{ steps.pr-details.outputs.head_sha }}
with:
comment: false
qr-target: 'expo-go'
qr-target: "expo-go"
github-token: ${{ secrets.GITHUB_TOKEN }}
command: eas update --auto --branch pr-${{ needs.check_permissions.outputs.pr_head_ref }}

Expand All @@ -104,7 +106,7 @@ jobs:
id: find_comment
with:
issue-number: ${{ needs.check_permissions.outputs.pr_number }}
comment-author: 'github-actions[bot]'
comment-author: "github-actions[bot]"
body-includes: Expo Preview

- name: Create or Update Comment
Expand Down

0 comments on commit e46ca21

Please sign in to comment.