Closed lyashevska closed 5 months ago
Your pull request needs to be merged to make the links.yml file show up in the repository. The GitHub action only runs when it gets merged or when someone from the maintainers approves the new action or they run it manually.
Thanks, thats clear, is there any workflow for testing beforehand?
This is more of a GitHub Actions question than a lychee-action issue, but you can find some details on how to test your workflow before merging here: https://stackoverflow.com/questions/67707244/how-to-test-github-workflow-without-merging-into-master-main-branch
I recommend adding
on: workflow_dispatch
to your workflow. Then an admin get dispatch (trigger) the workflow manually from the Actions
page.
Hope that helps.
Thanks, this is helpful.
links.yml
does not appear under GitHub actions. See example here Any help is appreciated.