Skip to content

update-ui

update-ui #104

Workflow file for this run

name: Update UI and open PR
on:
repository_dispatch:
types: [update-ui]
# Enable manual trigger
workflow_dispatch:
jobs:
update-ui:
runs-on: ubuntu-latest
steps:
- name: Update UI and open PR
uses: SiaFoundation/workflows/.github/actions/ui-update@master
with:
moduleName: 'hostd'
goVersion: '1.21'
token: ${{ secrets.GITHUB_TOKEN }}