Skip to content

Commit

Permalink
fix(github-actions): fix missing close quote for actions yaml express…
Browse files Browse the repository at this point in the history
…ion (#916)

PR Close #916
  • Loading branch information
devversion authored and josephperrott committed Nov 29, 2022
1 parent eba7bac commit f1a26a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
firebaseServiceAccount: '${{inputs.firebase-service-key}}'
expires: 20d
projectId: '${{inputs.firebase-project-id}}'
entryPoint: '${{inputs.firebase-config-dir}'
entryPoint: '${{inputs.firebase-config-dir}}'
channelId: pr-${{steps.artifact-info.outputs.pull-number}}-${{steps.artifact-info.outputs.build-revision}}

- uses: marocchino/sticky-pull-request-comment@39c5b5dc7717447d0cba270cd115037d32d28443 # renovate: tag=v2.0.0
Expand Down

0 comments on commit f1a26a0

Please sign in to comment.