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