[GH-ISSUE #232] Broken link to actions tab #10212

Closed
opened 2026-06-09 19:34:12 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @gep13 on GitHub (Oct 17, 2019).
Original GitHub issue: https://github.com/sdras/awesome-actions/issues/232

I have just remove the link used by the actions shield on the readme. You can see the commits here:

https://github.com/sdras/awesome-actions/commit/f898300b4beebd2535b0ad5fcf2f68e62f8f2353
https://github.com/sdras/awesome-actions/commit/ccd2216ce0b8a9c23032bef4a0bc58c4450aa58a

For some reason, the URL:

https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List

and

https://github.com/sdras/awesome-actions/actions

are now causing a 404 to be detected by the lint action.

https://github.com/sdras/awesome-actions/commit/f898300b4beebd2535b0ad5fcf2f68e62f8f2353/checks?check_suite_id=268739013#step:4:8
https://github.com/sdras/awesome-actions/commit/0c71d83855e542e37018a589e3c57b39bebae367/checks?check_suite_id=268736928#step:4:8

No idea what is going on here. Today I have added another action to the repository which could be causing a problem?

@peaceiris any ideas?

Originally created by @gep13 on GitHub (Oct 17, 2019). Original GitHub issue: https://github.com/sdras/awesome-actions/issues/232 I have just remove the link used by the actions shield on the readme. You can see the commits here: https://github.com/sdras/awesome-actions/commit/f898300b4beebd2535b0ad5fcf2f68e62f8f2353 https://github.com/sdras/awesome-actions/commit/ccd2216ce0b8a9c23032bef4a0bc58c4450aa58a For some reason, the URL: https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List and https://github.com/sdras/awesome-actions/actions are now causing a 404 to be detected by the lint action. https://github.com/sdras/awesome-actions/commit/f898300b4beebd2535b0ad5fcf2f68e62f8f2353/checks?check_suite_id=268739013#step:4:8 https://github.com/sdras/awesome-actions/commit/0c71d83855e542e37018a589e3c57b39bebae367/checks?check_suite_id=268736928#step:4:8 No idea what is going on here. Today I have added another action to the repository which could be causing a problem? @peaceiris any ideas?
Author
Owner

@peaceiris commented on GitHub (Oct 17, 2019):

I got it. That is simple. We need to login to GitHub to access the actions tab.

<!-- gh-comment-id:543045227 --> @peaceiris commented on GitHub (Oct 17, 2019): I got it. That is simple. We need to login to GitHub to access the actions tab.
Author
Owner

@gep13 commented on GitHub (Oct 17, 2019):

@peaceiris thanks for looking into this, I appreciate it!

<!-- gh-comment-id:543051841 --> @gep13 commented on GitHub (Oct 17, 2019): @peaceiris thanks for looking into this, I appreciate it!
Author
Owner

@SuperKogito commented on GitHub (Dec 1, 2019):

I think you can avoid broken links using an action I recently wrote URLs-checker .This action will check and report broken links. Alternatively, you can use URL Cheker.

<!-- gh-comment-id:560149985 --> @SuperKogito commented on GitHub (Dec 1, 2019): I think you can avoid broken links using an action I recently wrote [URLs-checker](https://github.com/marketplace/actions/urls-checker) .This action will check and report broken links. Alternatively, you can use [URL Cheker](https://github.com/marketplace/actions/url-checker).
Author
Owner

@peaceiris commented on GitHub (Dec 1, 2019):

This issue will be fixed by #270.

<!-- gh-comment-id:560157130 --> @peaceiris commented on GitHub (Dec 1, 2019): This issue will be fixed by #270.
Author
Owner

@gep13 commented on GitHub (Dec 2, 2019):

@SuperKogito said...
I think you can avoid broken links using an action I recently wrote URLs-checker .This action will check and report broken links. Alternatively, you can use URL Cheker.

Thank you for your suggestion. The awesome lint action that is currently being used is already identifying broken links, that is how this issue came up in the first place. @peaceiris has worked around this problem though, so we should be in a position to move forward.

<!-- gh-comment-id:560276368 --> @gep13 commented on GitHub (Dec 2, 2019): >@SuperKogito said... I think you can avoid broken links using an action I recently wrote URLs-checker .This action will check and report broken links. Alternatively, you can use URL Cheker. Thank you for your suggestion. The awesome lint action that is currently being used is already identifying broken links, that is how this issue came up in the first place. @peaceiris has worked around this problem though, so we should be in a position to move forward.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#10212