We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0514521 commit 975d123Copy full SHA for 975d123
.github/workflows/publish-to-readthedocs.yml
@@ -22,5 +22,5 @@ jobs:
22
- name: Trigger readthedocs build
23
run: |
24
echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT"
25
- coutput=`curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT`
+ coutput = $(curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT)
26
echo "curl ran : $coutput"
0 commit comments