Skip to content

Avoid reading the whole file into memory when updating ID3 tag of a f… #46

Avoid reading the whole file into memory when updating ID3 tag of a f…

Avoid reading the whole file into memory when updating ID3 tag of a f… #46

Workflow file for this run

name: Contributors
on:
push:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
commit_message: "docs(contributor): contrib-readme-action has updated readme :bulb:"
committer_username: "chicio"
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}