Skip to content

Commit

Permalink
Update pr_on_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaSan147 authored Feb 3, 2024
1 parent 4da1597 commit 32f9a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: create pull request
run: gh pr create -B main -H dev --title 'Merge dev into branch' --body 'Created by Github action'
run: gh pr create -B main -H dev --title 'Merge dev into main branch' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 32f9a60

Please sign in to comment.