mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-09-27 20:22:16 +08:00
build(deps): bump schneegans/dynamic-badges-action from 1.6.0 to 1.7.0
Bumps [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases) - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md) - [Commits](https://github.com/schneegans/dynamic-badges-action/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: schneegans/dynamic-badges-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
.github/workflows/badge-sqlite-version.yml
vendored
2
.github/workflows/badge-sqlite-version.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
run: echo "sqlite_version=$(go test . -run '^TestSQLiteVersion$' -v | grep sqlite_version | tr -s ' ' | cut -d' ' -f3,4)" >> $GITHUB_ENV
|
run: echo "sqlite_version=$(go test . -run '^TestSQLiteVersion$' -v | grep sqlite_version | tr -s ' ' | cut -d' ' -f3,4)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Make version badge
|
- name: Make version badge
|
||||||
uses: schneegans/dynamic-badges-action@v1.6.0
|
uses: schneegans/dynamic-badges-action@v1.7.0
|
||||||
with:
|
with:
|
||||||
auth: ${{ secrets.GIST_SECRET }}
|
auth: ${{ secrets.GIST_SECRET }}
|
||||||
gistID: 0fd7561eb29baf31d5362ffee1ae1702
|
gistID: 0fd7561eb29baf31d5362ffee1ae1702
|
||||||
|
Reference in New Issue
Block a user