We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bf252 commit da49561Copy full SHA for da49561
.github/workflows/auto-changelog.yml
@@ -12,7 +12,7 @@ jobs:
12
fetch-depth: 0
13
- uses: BobAnkh/auto-generate-changelog@master
14
with:
15
- REPO_NAME: '<YourUserName>/<YourRepoName>'
+ REPO_NAME: 'ztqakita/BrainPy'
16
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
17
PATH: 'changelog.rst'
18
COMMIT_MESSAGE: 'docs(changelog): update release notes'
0 commit comments