File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
github-actions/deploy-previews/upload-artifacts-to-firebase Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,15 +81,15 @@ runs:
8181 # comment. We use our own sticky non-spam comments below.
8282 repoToken : ' '
8383 firebaseServiceAccount : ' ${{inputs.firebase-service-key}}'
84- expires : 20d
84+ expires : 10d
8585 projectId : ' ${{inputs.firebase-project-id}}'
8686 entryPoint : ' ${{inputs.firebase-config-dir}}'
87- channelId : pr-${{github.repository}}-${{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}}
8888
8989 - uses : marocchino/sticky-pull-request-comment@fcf6fe9e4a0409cd9316a5011435be0f3327f1e1 # tag=v2
9090 with :
9191 message : |
92- Deployed ${{inputs.workflow-artifact-name}} to: ${{steps.deploy.outputs.details_url}}
92+ Deployed ${{inputs.workflow-artifact-name}} for ${{steps.artifact-info.outputs.unsafe-build-revision}} to: ${{steps.deploy.outputs.details_url}}
9393
9494 _**Note**: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt._
9595 number : ${{steps.artifact-info.outputs.unsafe-pull-number}}
You can’t perform that action at this time.
0 commit comments