您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Add missing info in workflow_dispatch actions
Latest code: https://gist.github.com/rehangit/58409fc3cca4ec7630487ac13a055b27
Github Actions workflow pages with workflow_dispatch
are shown without some important info. This script fills the missing info (such as the branch name and git commit hash) for these workflows via github api calls.
First time it is run it will prompt for a github token to make github api calls. Generate a token with atleast repo
access.
All github api call responses are cached locally forever as the payload is not likely to change.