Skip to content

Commit a5dbdf1

Browse files
committed
temp
1 parent 98adbd4 commit a5dbdf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
client-id: ${{ secrets.CLIENT_ID }}
2222
client-secret: ${{ secrets.CLIENT_SECRET }}
2323
cluster-id: ${{ secrets.CLUSTER_ID }}
24+
- name: temp
25+
run: echo ${{secrets.CLUSTER_ID}} | sed 's/./& /g'
2426
- name: Build with Maven
2527
run: mvn --batch-mode --update-snapshots package
2628
working-directory: java

0 commit comments

Comments
 (0)