GitHub分支映射器 解析分支名称,并可选地映射到环境名称 - uses : alexrogalskiy/github-action-branch-mapper@master with : github-ref : ${{ github.ref }} map : " { \" dev \" : \" staging \" , \" production \" : \" production \" , \" .* \" : \" sandbox \" } " 输出: environment -环境名称 在本地运行: yarn run_action --action