File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
# the number of concurrent actions is determined based on the host resources.
35
35
- run : bazel build //src/dev-app:web_package --symlink_prefix=dist/ --jobs=32
36
36
37
- - uses : angular/dev-infra/github-actions/deploy- previews/pack-and-upload-artifact@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
37
+ - uses : angular/dev-infra/github-actions/previews/pack-and-upload-artifact@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
38
38
with :
39
39
workflow-artifact-name : ' dev-app'
40
40
pull-number : ' ${{github.event.pull_request.number}}'
Original file line number Diff line number Diff line change 33
33
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app
34
34
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}}
35
35
36
- - uses : angular/dev-infra/github-actions/deploy- previews/upload-artifacts-to-firebase@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
36
+ - uses : angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
37
37
with :
38
38
github-token : ' ${{secrets.GITHUB_TOKEN}}'
39
39
workflow-artifact-name : ' dev-app'
You can’t perform that action at this time.
0 commit comments