Fixed CSV writing issue in Brain Algorithm: Added escapechar
and quoting
options for datasets with special characters
#8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Contributor List | |
on: | |
pull_request: | |
branches: | |
- main | |
types: [closed] | |
workflow_dispatch: | |
jobs: | |
contrib-readme-job: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add contributor list | |
uses: akhilmhdh/contributors-readme-action@master | |
with: | |
readme_path: "README.md" | |
image_size: 80 | |
commit_message: "Automatically update contributors" | |
columns_per_row: 6 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |