Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Aug 3, 2024
1 parent db2fa14 commit 35a7c08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- markdownlint-disable-file MD013 -->

# Linguist action
# Linguist Action (Deprecated)

> **This GitHub action is deprecated and is no longer maintained. Please use [fabasoad/setup-enry-action](https://github.com/fabasoad/setup-enry-action) instead.**
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: 'Linguist Action (Deprecated)'
description: 'This action detects language type for a file, or, given a repository, determine language breakdown in JSON format.'
branding:
icon: list
icon: eye-off
color: gray-dark
inputs:
path:
Expand All @@ -12,7 +12,7 @@ inputs:
percentage:
description: 'Output will be in percentage format, e.g. {"Python":"100%"}. By default it is in fractions, e.g. {"Python":1.0}. Default: false.'
required: false
default: false
default: "false"
outputs:
data:
value: ""
Expand All @@ -21,4 +21,4 @@ runs:
using: "composite"
steps:
- run: echo "::warning::This GitHub action is deprecated and is no longer maintained. Please use https://github.com/fabasoad/setup-enry-action instead"
shell: bash
shell: sh

0 comments on commit 35a7c08

Please sign in to comment.