X-Git-Url: https://git.kianting.info/?a=blobdiff_plain;f=.github%2Fworkflows%2Fnode.js.yml;h=e3380f67a71c934d30ee6da73d1c18461af3d0a2;hb=3dbcbd67d810769fc45f11ed9d5e8260687dc342;hp=eb4d9d56e02da141dc899e07a7a56f88e56f8d82;hpb=6d9c77c34fd9952c755d24664578620fc755a736;p=clo diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index eb4d9d5..e3380f6 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -21,6 +21,10 @@ jobs: steps: - uses: actions/checkout@v3 + with: + ref: ${{ github.head_ref }} + token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + - uses: actions/cache@v3.0.3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: