Skip to content

Commit

Permalink
Update nbconvert.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
memerchik committed Jun 21, 2024
1 parent 02b1236 commit b93a2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nbconvert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
create_branch: true

- name: create pull request
run: gh pr create -B master -H nbconvert --title 'Merge **nbconvert** into master' --body 'Created by Github action'
run: gh pr create -B master -H nbconvert --title 'Comparison between nbconvert review of the article and the main article' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b93a2e3

Please sign in to comment.