We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d714c commit 31fb880Copy full SHA for 31fb880
1 file changed
github-actionify.sh
@@ -140,10 +140,10 @@ jobs:
140
steps:
141
- uses: actions/checkout@v2
142
143
- - name: Cache m2 modules
+ - name: Cache m2 folder
144
uses: actions/cache@v2
145
env:
146
- cache-name: cache-node-modules
+ cache-name: cache-m2
147
with:
148
path: ~/.m2
149
key: \${{ runner.os }}-build-\${{ env.cache-name }}
@@ -187,10 +187,10 @@ jobs:
187
188
189
190
191
192
193
194
195
196
0 commit comments