Skip to content

Commit

Permalink
Merge pull request #144 from mziyut/create-pull-request/patch-pull-ar…
Browse files Browse the repository at this point in the history
…ticles

Pull articles
  • Loading branch information
mziyut authored Oct 31, 2023
2 parents 27d6410 + 110a98f commit a0ecd2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qiita/public/57486edcf8cbfa764dc1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
- pullrequest
- GitHubActions
private: false
updated_at: '2023-07-22T06:17:07+09:00'
updated_at: '2023-11-01T08:42:23+09:00'
id: 57486edcf8cbfa764dc1
organization_url_name: qiita-inc
slide: false
Expand Down Expand Up @@ -65,15 +65,15 @@ jobs:
create_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: main
- uses: actions/setup-node@v3
with:
cache: "yarn"
- run: yarn install
- run: yarn run xxxx
- uses: peter-evans/create-pull-request@v4
- uses: peter-evans/create-pull-request@v5
with:
commit-message: Update xxxx file
delete-branch: true
Expand Down

0 comments on commit a0ecd2f

Please sign in to comment.