Skip to content

Commit

Permalink
Merge pull request #269 from kodadot/feat/make-release
Browse files Browse the repository at this point in the history
💚 setup new runners
  • Loading branch information
vikiival authored Apr 8, 2024
2 parents c077a94 + dd84f42 commit 6201816
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: release-${{ github.event.inputs.squid }}
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: ${{ github.event.inputs.squid }} update
title: ${{ github.event.inputs.squid }} update
body: |
Expand Down

0 comments on commit 6201816

Please sign in to comment.