We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f0553 commit f7997bfCopy full SHA for f7997bf
.github/workflows/checks.yml
@@ -13,6 +13,8 @@ jobs:
13
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
14
steps:
15
- uses: actions/checkout@v3
16
+ with:
17
+ ref: ${{ github.sha }}
18
- uses: actions/cache@v3
19
with:
20
path: ~/.npm # this is cache where npm installs from before going out to the network
.github/workflows/pr.yml
@@ -29,6 +29,8 @@ jobs:
29
runs-on: ubuntu-latest
30
31
32
33
+ ref: ${{ github.event.pull_request.head.sha }}
34
- name: Cache node_modules
35
id: cacheModules
36
uses: actions/cache@v3
0 commit comments