Skip to content
Compare
Choose a tag to compare
@vchrombie vchrombie released this 15 Feb 09:06
· 1 commit to master since this release

New Features

  • f7650cb - Add support for adding custom hashtags to the tweet
    Now, you can add custom hashtags to your tweet. You need to define the hashtags in the workflow configuration file as a string.
          - uses: vchrombie/wordle-github-contributions@master
          with:
            HASHTAGS: 'wordle github contributions'
          env:
            GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Full Changelog: v0.1.0...v0.2.0