Skip to content

Commit

Permalink
feat(github-actions): include repository name in preview channel name
Browse files Browse the repository at this point in the history
With the goal of having a single GCP project for previews,
the preview channels should include the the repository name
so that the PR numbers in the channel name become somewhat meaningful.
  • Loading branch information
devversion committed Dec 7, 2022
1 parent faf76ec commit 51f34ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ runs:
expires: 20d
projectId: '${{inputs.firebase-project-id}}'
entryPoint: '${{inputs.firebase-config-dir}}'
channelId: pr-${{steps.artifact-info.outputs.unsafe-pull-number}}-${{steps.artifact-info.outputs.unsafe-build-revision}}
channelId: pr-${{github.repository}}-${{steps.artifact-info.outputs.unsafe-pull-number}}-${{steps.artifact-info.outputs.unsafe-build-revision}}

- uses: marocchino/sticky-pull-request-comment@fcf6fe9e4a0409cd9316a5011435be0f3327f1e1 # tag=v2
with:
Expand Down

0 comments on commit 51f34ba

Please sign in to comment.