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 9442509 commit ee7e3cdCopy full SHA for ee7e3cd
.github/workflows/build.yml
@@ -169,12 +169,12 @@ jobs:
169
path: ~/.gradle/wrapper
170
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
171
172
- # Cache Plugin Verifier IDEs
+ # Cache Plugin Verifier IDEs xx
173
- name: Setup Plugin Verifier IDEs Cache
174
uses: actions/cache@v2
175
with:
176
path: ~/.pluginVerifier/ides
177
- key: ${{ runner.os }}-plugin-verifier-idesxxx
+ key: ${{ runner.os }}-plugin-verifier-ides
178
179
# Run IntelliJ Plugin Verifier action using GitHub Action
180
- name: Verify Plugin
0 commit comments