Skip to content

Commit 09ec2f3

Browse files
authored
W-21349694: Simple formatting change (#129)
1 parent 9984fe8 commit 09ec2f3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: chmod +x gradlew
2222
- name: Build with Gradle
2323
run: ./gradlew build --stacktrace
24-
- name: Deploy to Jetbrain
25-
run: ./gradlew data-weave-plugin:build --stacktrace --info
24+
- name: Deploy to Jetbrains
25+
run: ./gradlew data-weave-plugin:build --stacktrace --info
2626
env:
2727
IJ_TOKEN: ${{secrets.IJ_TOKEN}}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: chmod +x gradlew
2424
- name: Build with Gradle
2525
run: ./gradlew build --stacktrace
26-
- name: Deploy to Jetbrain
27-
run: ./gradlew data-weave-plugin:publishPlugin --stacktrace --info
26+
- name: Deploy to Jetbrains
27+
run: ./gradlew data-weave-plugin:publishPlugin --stacktrace --info
2828
env:
2929
IJ_TOKEN: ${{secrets.IJ_TOKEN}}

0 commit comments

Comments
 (0)