Skip to content

Commit ecb1c27

Browse files
committed
Add pipe to last run command. The github parser gets confused.
1 parent 51c6e63 commit ecb1c27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/javadoc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,6 @@ jobs:
9393
9494
- name: Confirm Deployment
9595
if: success()
96-
run: echo "ECHO: Javadoc for ${{ github.event.inputs.tag_ref }} is now live on gh-pages."
96+
run: |
97+
echo "ECHO: Javadoc for ${{ github.event.inputs.tag_ref }} is now live on gh-pages."
9798

0 commit comments

Comments
 (0)