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