fix wrong branch in github action

master
Martin Scheidt 2022-06-01 15:28:56 +02:00
parent 1c41e85629
commit 134edca0b1
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ jobs:
uses: github-actions-x/commit@v2.8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: 'github-action'
push-branch: 'master'
force-add: 'true'
files: CITATION.cff
commit-message: 'updated DOI (via github action)'