pike #157
This file contains hidden or 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: pike | |
| on: | |
| repository_dispatch: | |
| types: [pike] | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| update-pike: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Build | |
| shell: pwsh | |
| run: | | |
| .\build.ps1 -target pike | |
| - uses: stefanzweifel/git-auto-commit-action@v4 | |
| with: | |
| # Optional. Commit message for the created commit. | |
| # Defaults to "Apply automatic changes" | |
| commit_message: Pike Updated |