Skip to content

Commit f58065b

Browse files
committed
build: update preview deploy github actions (#26125)
Contains a fix where the bash execution failed due to an unexpected quote character. (cherry picked from commit eb8f972)
1 parent b92bbd5 commit f58065b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-dev-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
2626
- uses: ./.github/actions/yarn-install
2727

28-
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@f1a26a04e1edb6d0f2cf239a4036fa67b062447c
28+
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@d98be19c2fb18239eb86145a2bc2f63728da636c
2929
with:
3030
bazelrc: ./.bazelrc.user
3131

@@ -34,7 +34,7 @@ jobs:
3434
# the number of concurrent actions is determined based on the host resources.
3535
- run: bazel build //src/dev-app:web_package --symlink_prefix=dist/ --jobs=32
3636

37-
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@f1a26a04e1edb6d0f2cf239a4036fa67b062447c
37+
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@d98be19c2fb18239eb86145a2bc2f63728da636c
3838
with:
3939
workflow-artifact-name: 'dev-app'
4040
pull-number: '${{github.event.pull_request.number}}'

.github/workflows/deploy-dev-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2323
steps:
2424
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
25-
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@f1a26a04e1edb6d0f2cf239a4036fa67b062447c
25+
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@d98be19c2fb18239eb86145a2bc2f63728da636c
2626
with:
2727
github-token: '${{secrets.GITHUB_TOKEN}}'
2828
workflow-artifact-name: 'dev-app'

0 commit comments

Comments
 (0)