This action deletes a distribution from DeployGate on branch-delete. (Not official action of DeployGate.)
See Releases page.
See action.yml of your version.
Please make sure your workflow will run when a ref is deleted.
on:
delete
Add this action to steps.
uses: jmatsu/dg-delete-distribution-action@<version>
with:
app_owner_name: <your DeployGate account/organization name>
platform: <android|ios>
app_id: <package name|bundle identifier>
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }} # for example
For more detail, please read action.yml and workflow examples