Skip to content

Commit 975d123

Browse files
committed
more output
1 parent 0514521 commit 975d123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: Trigger readthedocs build
2323
run: |
2424
echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT"
25-
coutput=`curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT`
25+
coutput = $(curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT)
2626
echo "curl ran : $coutput"

0 commit comments

Comments
 (0)