File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131
3232 - name : Install Doxygen
3333 run : |
34- wget https://github.com/doxygen/doxygen/releases/download/Release_${{ env. DOXYGEN_VERSION // ./_ }} /doxygen-${{ env. DOXYGEN_VERSION } }.linux.bin.tar.gz
34+ wget https://github.com/doxygen/doxygen/releases/download/Release_${DOXYGEN_VERSION// ./_} /doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz
3535 tar xzvf doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
3636 cd doxygen-${{ env.DOXYGEN_VERSION }}
3737 sudo make install
8888 uses : marocchino/sticky-pull-request-comment@v2
8989 with :
9090 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
91- message : " A preview of this PR is available at: [Preview Link](${{ env.BASE_URL} })"
91+ message : " A preview of this PR is available at: [Preview Link](${env.BASE_URL})"
You can’t perform that action at this time.
0 commit comments