update-ui #116
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 'renterd' | |
goVersion: '1.21' | |
token: ${{ secrets.GITHUB_TOKEN }} |