Skip to content

Commit

Permalink
Sync citation file
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed May 28, 2024
1 parent 3a32fd5 commit d7a1bb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/citation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- name: Download file using wget
run: wget -O ./CITATION.cff https://raw.githubusercontent.com/bioexcel/biobb/master/CITATION.cff

- name: Check if file has changed
run: ls -la

- name: Commit and push changes
run: |
git config --global user.name 'github-actions[bot]'
Expand Down

0 comments on commit d7a1bb0

Please sign in to comment.