Skip to content

Commit

Permalink
Merge pull request #13 from nipe0324/set-action-color
Browse files Browse the repository at this point in the history
set color into green
  • Loading branch information
nipe0324 authored Jan 21, 2024
2 parents 6c5063a + c77f94e commit 3f843ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ the "dist/" directory.

```shell
npm run all
git tag v1.0.0
git tag v1.0.1
```

Now, a release can be created from the branch containing the built action.
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Automatically update a field on a GitHub project v2 item
author: nipe0324
branding:
icon: table
color: green
inputs:
project-url:
required: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nipe0324/update-project-v2-item-field",
"description": "Update Project v2 Item Field",
"version": "1.0.0",
"version": "1.0.1",
"author": "nipe0324",
"keywords": [
"actions",
Expand Down

0 comments on commit 3f843ce

Please sign in to comment.