jdxcode -> jdx
This commit is contained in:
parent
9ac5ac66bf
commit
ae8876954e
4 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
||||||
* @jdxcode
|
* @jdx
|
||||||
|
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: jdxcode/rtx-action@v1
|
- uses: jdx/rtx-action@v1
|
||||||
with:
|
with:
|
||||||
tool_versions: |
|
tool_versions: |
|
||||||
shellcheck 0.9.0
|
shellcheck 0.9.0
|
||||||
|
@ -23,7 +23,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: jdxcode/rtx-action@v1
|
- uses: jdx/rtx-action@v1
|
||||||
# .tool-versions will be read from repo root
|
# .tool-versions will be read from repo root
|
||||||
- run: node ./my_app.js
|
- run: node ./my_app.js
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: rtx action
|
name: rtx action
|
||||||
description: Actions for working with rtx runtime manager
|
description: Actions for working with rtx runtime manager
|
||||||
author: Jeff Dickey (@jdxcode)
|
author: Jeff Dickey <@jdx>
|
||||||
branding:
|
branding:
|
||||||
icon: arrow-down-circle
|
icon: arrow-down-circle
|
||||||
color: purple
|
color: purple
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/jdxcode/rtx-action.git"
|
"url": "git+https://github.com/jdx/rtx-action.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"actions",
|
"actions",
|
||||||
|
|
Loading…
Add table
Reference in a new issue