Skip to content

Commit

Permalink
ci: revert dev-infra update
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco committed Nov 21, 2024
1 parent a7e7def commit 14e3e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/adev-preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
common --color=yes
- run: yarn install
- run: yarn build
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@06f921f45143638238432a624ff7bc14497be1ec
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@53fb7c37cf14343f14ed79e2fefbbb2489ead4ee
with:
workflow-artifact-name: 'adev-preview'
pull-number: '${{ github.event.pull_request.number }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/adev-preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@06f921f45143638238432a624ff7bc14497be1ec
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@53fb7c37cf14343f14ed79e2fefbbb2489ead4ee
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'adev-preview'
Expand Down

0 comments on commit 14e3e98

Please sign in to comment.