Skip to content

Commit

Permalink
add action branding
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Nov 14, 2020
1 parent f606a50 commit 38be3f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v1.2
- uses: tomsun28/issues-translate-action@v2.0
````
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v1.2
- uses: tomsun28/issues-translate-action@v2.0
with:
BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} # required, input your bot github token
# BOT_LOGIN_NAME: nameValue - not required, suggest not input, action will get name from BOT_GITHUB_TOKEN
Expand Down
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: 'issues translate action'
description: 'The action for translating non-english issues content to english.'
icon: 'alert-octagon'
color: 'orange'
branding:
icon: 'disc'
color: 'orange'
author: 'tomsun28'
inputs:
BOT_GITHUB_TOKEN:
Expand Down

0 comments on commit 38be3f2

Please sign in to comment.