Skip to content

http4k-release

http4k-release #38

on:
repository_dispatch:
types: [http4k-release]
jobs:
upgrade:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- run: |
git config --local user.name "github-actions"
git config --local user.email "[email protected]"
./upgrade_http4k.sh ${{ github.event.client_payload.version }}
git add .
git commit -am "Upgrade http4k"
- run: git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: peter-evans/[email protected]
with:
event-type: release