Skip to content

Commit

Permalink
- typo fix in the tracking of the DOIs that changed
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski authored Dec 2, 2024
1 parent bda87bf commit 2f585ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/excel2csv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: Commit changes with Add & Commit
uses: EndBug/add-and-commit@v9
with:
message: '(auto) Data Tracking Action changed ${{ steps.diff.outputs.diff_count }} lines / data points [Changed DOIs: ${{ steps.diff.outputs.dois }}]'
message: '(auto) Data Tracking Action changed `${{ steps.diff.outputs.diff_count }}` lines / data points [Changed DOIs: ${{ steps.dois.outputs.dois }}]'
add: '*.csv'

0 comments on commit 2f585ac

Please sign in to comment.