]> git.kianting.info Git - clo/blobdiff - .github/workflows/node.js.yml
Update node.js.yml
[clo] / .github / workflows / node.js.yml
index 92a38b809cfcbcd074a79e22e3aca79750522f42..e3380f67a71c934d30ee6da73d1c18461af3d0a2 100644 (file)
@@ -21,6 +21,9 @@ 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