You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a fantastic tool! We immediately found 96 bad links and 61 bad anchors. Really looking forward to getting this integrated as a github action.
Run untitaker/[email protected]
Run set -x
cd /home/runner/work/_actions/untitaker/hyperlink/0.1.23
sh scripts/install.sh
downloading hyperlink 0.1.23 for Linux
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 6593k 100 6593k 0 0 13.3M 0 --:--:-- --:--:-- --:--:-- 13.3M
Run /home/runner/work/_actions/untitaker/hyperlink/0.1.23/hyperlink public/ --check-anchors --sources content/ --github-actions
/home/runner/work/_temp/a5658146-4326-4fa6-8886-b6970313b1d9.sh: line 1: /home/runner/work/_actions/untitaker/hyperlink/0.1.23/hyperlink: No such file or directory
Error: Process completed with exit code 127.
Seems to me like this broke when the install script got extracted, which now downloads the binary as hyperlink-bin, although the action still tries to run hyperlink.
The text was updated successfully, but these errors were encountered:
Thanks for a fantastic tool! We immediately found 96 bad links and 61 bad anchors. Really looking forward to getting this integrated as a github action.
I followed the examples and added
0.1.23
to a workflow in Altinn/altinn-studio-docs/pull/609, but it sadly failed:Seems to me like this broke when the install script got extracted, which now downloads the binary as
hyperlink-bin
, although the action still tries to runhyperlink
.The text was updated successfully, but these errors were encountered: