1
0
mirror of synced 2026-01-04 18:06:26 -05:00

Checkout the top-level npm package manifests before configuring npm in the staging deployment workflow (#21661)

This commit is contained in:
James M. Greene
2021-09-22 15:27:30 -05:00
committed by GitHub
parent eb0a92a9f0
commit e4c120dfd1

View File

@@ -115,6 +115,13 @@ jobs:
target_url: ACTIONS_RUN_LOG
})
- if: ${{ github.repository == 'github/docs-internal' }}
name: Download the top-level npm manifest
uses: Bhacaz/checkout-files@c8f01756bfd894ba746d5bf48205e19000b0742b
with:
files: package.json package-lock.json
token: ${{ secrets.GITHUB_TOKEN }}
- if: ${{ github.repository == 'github/docs-internal' }}
name: Setup node to clone early access
uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f