FirebaseExtended / action-hosting-deploy

Automatically deploy shareable previews for your Firebase Hosting sites
https://firebase.google.com/docs/hosting/github-integration
Apache License 2.0
705 stars 202 forks source link

[BUG] Don't get the comment with preview url on PR merged #111

Open masterbd opened 3 years ago

masterbd commented 3 years ago

Action config

on:
  push:
    branches: [master]
    ...
    - uses: FirebaseExtended/action-hosting-deploy@v0
      with:
        repoToken: "${{ secrets.GITHUB_TOKEN }}"
        firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
        projectId: ***
        expires: 14d
        channelID: preview

Error message

N/A

Expected behavior

To post the comment with preview url.

Actual behavior

I don't get any comment with preview url for PR merged configuration.

peterfortuin commented 3 years ago

I have the same issue. See #108