Skip to content

Commit

Permalink
Update nbconvert.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
memerchik committed Sep 2, 2024
1 parent 64163f2 commit 5c7f012
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 @@ -44,6 +44,6 @@ jobs:
create_branch: true

- name: creating pull request
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'
run: gh pr create -B ${{ github.ref }} -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 }}

1 comment on commit 5c7f012

@memerchik
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#4 fixing the pull request error

Please sign in to comment.