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 891dbe8Copy full SHA for 891dbe8
.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
@@ -28,7 +28,11 @@ jobs:
28
name: Install
29
runs-on: ubuntu-latest
30
31
+ - name: Blah
32
+ run: echo blah
33
34
35
+ ref: ${{ github.event.pull_request.head.sha }}
36
- name: Cache node_modules
37
id: cacheModules
38
uses: actions/cache@v3
0 commit comments