Merge pull request #161 from mackerelio/dependabot/npm_and_yarn/actio… #47
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 dist/" | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
update-dist: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- run: | | |
npm ci | |
- uses: peter-evans/create-pull-request@v4 | |
with: | |
branch: update-dist | |
commit-message: Update dist/ | |
title: Update dist/ | |
body: | | |
This pull request is generated by https://github.com/${{ github.repository}}/blob/main/.github/workflows/update-dist-pr.yml |