We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d54b5e commit af7e5fbCopy full SHA for af7e5fb
.github/workflows/java.yml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- name: Checkout source tree
19
uses: actions/checkout@v2
20
+ with:
21
+ fetch-depth: 10
22
- name: Cache Bazel artifacts
23
uses: actions/cache@v2
24
with:
.github/workflows/javascript.yml
@@ -14,6 +14,8 @@ jobs:
14
15
16
- name: Setup Node.js
uses: actions/setup-node@v1
0 commit comments