Skip to content

Commit

Permalink
Merge pull request #8 from actalog/develop
Browse files Browse the repository at this point in the history
develop
  • Loading branch information
gabrielrufino authored Nov 21, 2024
2 parents b5d6693 + ef1dd6e commit ee950b6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Expect action
# Expect

```yml
name: Validation action
Expand All @@ -9,7 +9,7 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: gabrielrufino/expect-action@v1
- uses: actalog/expect@v1
with:
type: 'regex'
value: '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
14 changes: 10 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@gabrielrufino/expect-action",
"name": "@actalog/expect",
"private": true,
"version": "1.1.3",
"main": "dist/index.js",
Expand All @@ -13,6 +13,6 @@
"@actions/github": "^6.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.2"
"@vercel/ncc": "^0.38.3"
}
}

0 comments on commit ee950b6

Please sign in to comment.