如何在本地远程调用GitHub Action?

比如说我想运行自动阅读的脚本,我想在vscode里面进行一个操作就可以让GitHub自动运行我这个action

github的action脚本可以定义:项目每有新的pull或者push就执行action,那么应该你在vscode的终端进行pull或者push即可实现你的需求

https://www.howtogeek.com/devops/how-to-trigger-github-actions-remotely-using-webhooks/#:~:text=Webhooks%20are%20a%20way%20of%20handling%20this%20automatically,Another%20common%20use%20case%20is%20static%20site%20generation.

使用webhook