Skip to content

Commit

Permalink
Fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Dec 18, 2023
1 parent b783eac commit ef8f98c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Add your updates here :)

## [1.3.2] 2023-12-18

- Fix markdown table

## [1.3.1] 2023-12-18

- Fix GitHub Action
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:

# Collect data & generate markdown
- name: GitHub Dependents Info
uses: nvuillam/[email protected].1
uses: nvuillam/[email protected].2
# See documentation for variables details: https://github.com/nvuillam/github-dependents-info?tab=readme-ov-file#%EF%B8%8F-usage
with:
repo: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inputs:

runs:
using: "docker"
image: "docker://nvuillam/github-dependents-info:v1.3.1"
image: "docker://nvuillam/github-dependents-info:v1.3.2"
args:
- --repo
- ${{ inputs.repo }}
Expand Down
1 change: 1 addition & 0 deletions github_dependents_info/gh_dependents_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ def build_markdown(self, **options) -> str:
md_lines += [""]

# footer
md_lines += [""]
md_lines += [
"_Generated using [github-dependents-info]"
"(https://github.com/nvuillam/github-dependents-info), "
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "github-dependents-info"
version = "1.3.1"
version = "1.3.2"
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]>"]
Expand Down

0 comments on commit ef8f98c

Please sign in to comment.