Skip to content

Commit

Permalink
create pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinh-Tan-Dat committed Jun 19, 2024
1 parent 32d577c commit 2219d6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: extract git commit data
- name: Extract git commit data
uses: rlespinasse/git-commit-data-action@v1.x

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.MY_GITHUB_TOKEN }}
base: test
head: dev
branch: dev
title: "Sync dev to test"
body: "This is an automated pull request to sync changes from dev to test."
delete-branch: false
delete-branch: false

0 comments on commit 2219d6e

Please sign in to comment.