mirror of
https://github.com/Ryujinx/Ryujinx-Mako.git
synced 2026-06-25 00:07:24 +00:00
| .. | ||
| action.yml | ||
| README.md | ||
execute-command
A small composite action to run the specified Mako subcommand.
Usage
Add the following step to your workflow:
- name: Execute Ryujinx-Mako command
uses: Ryujinx/Ryujinx-Mako/.github/actions/execute-command@master
with:
command: "<a valid subcommand for Mako>"
args: "<subcommand args>"
app_id: ${{ secrets.MAKO_APP_ID }}
private_key: ${{ secrets.MAKO_PRIVATE_KEY }}
installation_id: ${{ secrets.MAKO_INSTALLATION_ID }}