We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98adbd4 commit a5dbdf1Copy full SHA for a5dbdf1
.github/workflows/ci.yml
@@ -21,6 +21,8 @@ jobs:
21
client-id: ${{ secrets.CLIENT_ID }}
22
client-secret: ${{ secrets.CLIENT_SECRET }}
23
cluster-id: ${{ secrets.CLUSTER_ID }}
24
+ - name: temp
25
+ run: echo ${{secrets.CLUSTER_ID}} | sed 's/./& /g'
26
- name: Build with Maven
27
run: mvn --batch-mode --update-snapshots package
28
working-directory: java
0 commit comments