We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169bd29 commit 87c483aCopy full SHA for 87c483a
1 file changed
.github/workflows/cd.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
echo ${{ github.ref }}
30
echo ${{ github.event.inputs.version }}
31
- echo ${{ github.event.inputs.preid}}
+ echo ${{ github.event.inputs.preid}} | wc
32
exit 1
33
34
- name: Checkout dev branch
0 commit comments