Skip to content

Commit

Permalink
new test for js inject
Browse files Browse the repository at this point in the history
  • Loading branch information
domonik committed Oct 18, 2024
1 parent 65e587d commit e18f752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sandpaper-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: "Modify index.html"
run: |
echo "<script src="files/additional.js" type="text/javascript"></script>" >> index.html
find . -name "*.html" -exec sh -c 'echo "<script src="files/additional.js" type="text/javascript"></script>" >> "$1"' _ {} \;
- name: "Commit and Push Changes"
run: |
Expand Down

0 comments on commit e18f752

Please sign in to comment.