Skip to content

Commit

Permalink
Fix Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Dec 18, 2023
1 parent 7b7b72c commit 85c247c
Show file tree
Hide file tree
Showing 4 changed files with 7 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.1] 2023-12-18

- Fix GitHub Action

## [1.3.0] 2023-12-18

- Build & upload Docker image nvuillam/github-dependents-info on docker hub & ghcr.io
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/github-dependents-info@1.3.0
uses: nvuillam/github-dependents-info@v1.3.1
# 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:1.3.0"
image: "docker://nvuillam/github-dependents-info:v1.3.1"
args:
- --repo
- ${{ inputs.repo }}
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.0"
version = "1.3.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]>"]
Expand Down

0 comments on commit 85c247c

Please sign in to comment.