diff --git a/.actiongenrc.js b/.actiongenrc.js index 251add1..23dc108 100644 --- a/.actiongenrc.js +++ b/.actiongenrc.js @@ -47,7 +47,7 @@ module.exports = buildConfig({ codeBlock: ` - id: test-data run: echo "::set-output name=value::testing" -- uses: nick-invision@assert-action@v1 +- uses: nick-fields@assert-action@v1 with: expected: testing actual: \${{ steps.test-data.outputs.value }} @@ -59,7 +59,7 @@ module.exports = buildConfig({ codeBlock: ` - id: test-data run: echo "::set-output name=value::testing" -- uses: nick-invision@assert-action@v1 +- uses: nick-fields@assert-action@v1 with: expected: testing actual: \${{ steps.test-data.outputs.value }} @@ -72,7 +72,7 @@ module.exports = buildConfig({ codeBlock: ` - id: test-data run: echo "::set-output name=value::testing" -- uses: nick-invision@assert-action@v1 +- uses: nick-fields@assert-action@v1 with: expected: test actual: \${{ steps.test-data.outputs.value }} @@ -85,7 +85,7 @@ module.exports = buildConfig({ codeBlock: ` - id: test-data run: echo "::set-output name=value::testing" -- uses: nick-invision@assert-action@v1 +- uses: nick-fields@assert-action@v1 with: expected: abc actual: \${{ steps.test-data.outputs.value }} @@ -98,7 +98,7 @@ module.exports = buildConfig({ codeBlock: ` - id: test-data run: echo "::set-output name=value::testing" -- uses: nick-invision@assert-action@v1 +- uses: nick-fields@assert-action@v1 with: expected: ing actual: \${{ steps.test-data.outputs.value }} @@ -111,7 +111,7 @@ module.exports = buildConfig({ codeBlock: ` - id: test-data run: echo "::set-output name=value::testing" -- uses: nick-invision@assert-action@v1 +- uses: nick-fields@assert-action@v1 with: expected: abc actual: \${{ steps.test-data.outputs.value }} @@ -124,7 +124,7 @@ module.exports = buildConfig({ codeBlock: ` - id: test-data run: echo "::set-output name=value::testing" -- uses: nick-invision@assert-action@v1 +- uses: nick-fields@assert-action@v1 with: expected: est actual: \${{ steps.test-data.outputs.value }} @@ -137,7 +137,7 @@ module.exports = buildConfig({ codeBlock: ` - id: test-data run: echo "::set-output name=value::testing" -- uses: nick-invision@assert-action@v1 +- uses: nick-fields@assert-action@v1 with: expected: est actual: \${{ steps.test-data.outputs.value }} @@ -150,7 +150,7 @@ module.exports = buildConfig({ codeBlock: ` - id: test-data run: echo "::set-output name=value::testing" -- uses: nick-invision@assert-action@v1 +- uses: nick-fields@assert-action@v1 with: expected: abc actual: \${{ steps.test-data.outputs.value }} diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..18c2841 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +20.11.0 \ No newline at end of file diff --git a/package.json b/package.json index 76f29a1..9401879 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/nick-invision/assert-action.git" + "url": "git+https://github.com/nick-fields/assert-action.git" }, "author": "Nick Fields", "license": "MIT", @@ -41,4 +41,4 @@ "singleQuote": true, "semi": true } -} +} \ No newline at end of file