-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix repository display & release job (#493)
* Fix release * Fix repository display & release job * prepare 1.5.1 * run black --------- Co-authored-by: Nicolas Vuillamy <[email protected]>
- Loading branch information
Showing
6 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -323,7 +323,7 @@ jobs: | |
|
||
# Collect data & generate markdown | ||
- name: GitHub Dependents Info | ||
uses: nvuillam/[email protected].0 # If you trust me enough you can replace version by "main" :) | ||
uses: nvuillam/[email protected].1 # If you trust me enough you can replace version by "main" :) | ||
# See documentation for variables details: https://github.com/nvuillam/github-dependents-info?tab=readme-ov-file#%EF%B8%8F-usage | ||
with: | ||
repo: ${{ github.repository }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "github-dependents-info" | ||
version = "1.5.0" | ||
version = "1.5.1" | ||
description = "Collect information about dependencies between a github repo and other repositories. Results available in JSON, markdown and badges." | ||
readme = "README.md" | ||
authors = ["nvuillam <[email protected]>"] | ||
|