Skip to content

Update firebase-hosting-merge.yml #3

Update firebase-hosting-merge.yml

Update firebase-hosting-merge.yml #3

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on PR
'on': pull_request
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- name: Set Up Flutter
uses: subosito/flutter-action@v2

Check failure on line 12 in .github/workflows/firebase-hosting-pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/firebase-hosting-pull-request.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
with:
flutter-version: '3.19.0'
channel: 'stable'
- uses: actions/checkout@v3
- run: flutter build web
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_KLONDIKE_NICKF2K }}'
projectId: klondike-nickf2k