jdxcode -> jdx

This commit is contained in:
Jeff Dickey 2023-08-27 12:12:44 -05:00
parent 9ac5ac66bf
commit ae8876954e
No known key found for this signature in database
GPG key ID: 6DEAA98476D0A4E6
4 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
* @jdxcode * @jdx

View file

@ -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
``` ```

View file

@ -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

View file

@ -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",