Skip to content

Commit

Permalink
ci: fix typo in a link
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jun 13, 2024
1 parent dbf01ec commit 19e0e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gh-pages-reports/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
shell: bash
if: ${{inputs.wapiti == 'true'}}
run: |
echo "a href='/tomcat-webapp-boilerplate/wapiti/out.html'>Wapiti Report</a>" >> ${{inputs.gh_pages_dir}}/index.html
echo "<a href='/tomcat-webapp-boilerplate/wapiti/out.html'>Wapiti Report</a>" >> ${{inputs.gh_pages_dir}}/index.html
- name: add snyk links to docs/gh-pages/index.html
shell: bash
if: ${{inputs.snyk == 'true'}}
Expand Down

0 comments on commit 19e0e74

Please sign in to comment.