diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e19aca..7b608fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: gabrielrufino/node-ci@v3 + - uses: actalog/node-ci@v3 tests: name: Tests runs-on: ubuntu-latest diff --git a/README.md b/README.md index 64fa2e2..e3f8238 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Expect action +# Expect ```yml name: Validation action @@ -9,7 +9,7 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: gabrielrufino/expect-action@v1 + - uses: actalog/expect@v1 with: type: 'regex' value: 'example@example.com' diff --git a/action.yml b/action.yml index 2be4b7e..26afa75 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: Expect - Validates data across the pipeline +name: '@actalog/expect' description: A set of validators that can be used to validate inputs, secrets, outputs, and more. author: Gabriel Rufino branding: diff --git a/package-lock.json b/package-lock.json index 8cc7642..2981f24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@gabrielrufino/expect-action", + "name": "@actalog/expect", "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@gabrielrufino/expect-action", + "name": "@actalog/expect", "version": "1.1.3", "license": "UNLICENSED", "dependencies": { @@ -13,7 +13,7 @@ "@actions/github": "^6.0.0" }, "devDependencies": { - "@vercel/ncc": "^0.38.2" + "@vercel/ncc": "^0.38.3" } }, "node_modules/@actions/core": { @@ -28,6 +28,8 @@ }, "node_modules/@actions/exec": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz", + "integrity": "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==", "license": "MIT", "dependencies": { "@actions/io": "^1.0.1" @@ -57,6 +59,8 @@ }, "node_modules/@actions/io": { "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz", + "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==", "license": "MIT" }, "node_modules/@fastify/busboy": { @@ -227,7 +231,9 @@ } }, "node_modules/@vercel/ncc": { - "version": "0.38.2", + "version": "0.38.3", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.3.tgz", + "integrity": "sha512-rnK6hJBS6mwc+Bkab+PGPs9OiS0i/3kdTO+CkI8V0/VrW3vmz7O2Pxjw/owOlmo6PKEIxRSeZKv/kuL9itnpYA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 2a964d9..5dda046 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@gabrielrufino/expect-action", + "name": "@actalog/expect", "private": true, "version": "1.1.3", "main": "dist/index.js", @@ -13,6 +13,6 @@ "@actions/github": "^6.0.0" }, "devDependencies": { - "@vercel/ncc": "^0.38.2" + "@vercel/ncc": "^0.38.3" } }