We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2556968 commit a743e47Copy full SHA for a743e47
1 file changed
.github/workflows/pr.yml
@@ -21,7 +21,7 @@ jobs:
21
run: chmod +x gradlew
22
- name: Build with Gradle
23
run: ./gradlew build --stacktrace
24
- - name: Deploy to Jetbrain
+ - name: Deploy to Jetbrains
25
run: ./gradlew data-weave-plugin:build --stacktrace --info
26
env:
27
IJ_TOKEN: ${{secrets.IJ_TOKEN}}
0 commit comments