Skip to content

Commit

Permalink
#3 wrapped id in single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvogelgesang committed Jan 6, 2023
1 parent a5d6b9f commit 77dc8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: Deploy to Firebase Hosting on PR
on: pull_request
id: pr_outputs
id: 'pr_outputs'
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
Expand Down

0 comments on commit 77dc8f4

Please sign in to comment.