Skip to content

Commit

Permalink
udpate checkout method to incoming pr
Browse files Browse the repository at this point in the history
  • Loading branch information
AcarFurkan committed May 6, 2024
1 parent 169686e commit d6929cd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: Deploy to Firebase Hosting on PR
name: Deploy Wolt Examples on PR
'on': pull_request_target
jobs:
build_and_preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: subosito/[email protected]
with:
channel: stable
flutter-version-file: pubspec.yaml # path to pubspec.yaml
- run: flutter build web --release --web-renderer=canvaskit
working-directory: ./coffee_maker
- run: flutter build web --release --web-renderer=canvaskit
Expand Down

0 comments on commit d6929cd

Please sign in to comment.