豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 51f34ba

Browse files
committed
feat(github-actions): include repository name in preview channel name
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.
1 parent faf76ec commit 51f34ba

File tree

1 file changed

+1
-1
lines changed
  • github-actions/deploy-previews/upload-artifacts-to-firebase

1 file changed

+1
-1
lines changed

github-actions/deploy-previews/upload-artifacts-to-firebase/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
expires: 20d
8585
projectId: '${{inputs.firebase-project-id}}'
8686
entryPoint: '${{inputs.firebase-config-dir}}'
87-
channelId: pr-${{steps.artifact-info.outputs.unsafe-pull-number}}-${{steps.artifact-info.outputs.unsafe-build-revision}}
87+
channelId: pr-${{github.repository}}-${{steps.artifact-info.outputs.unsafe-pull-number}}-${{steps.artifact-info.outputs.unsafe-build-revision}}
8888

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

0 commit comments

Comments
 (0)