Update version badge automatically in README

Uses: https://github.com/Schneegans/dynamic-badges-action
This commit is contained in:
pukkandan
2021-01-09 22:57:54 +05:30
parent 5ac2324460
commit b2f70ae74e
3 changed files with 21 additions and 4 deletions

View File

@@ -161,3 +161,19 @@ jobs:
asset_path: ./SHA2-256SUMS
asset_name: SHA2-256SUMS
asset_content_type: text/plain
update_version_badge:
runs-on: ubuntu-latest
needs: build_unix
steps:
- name: Create Version Badge
uses: schneegans/dynamic-badges-action@v1.0.0
with:
auth: ${{ secrets.GIST_TOKEN }}
gistID: c69cb23c3c5b3316248e52022790aa57
filename: version.json
label: Version
message: ${{ needs.build_unix.outputs.ytdlc_version }}