Skip to content

Commit

Permalink
break: update name and namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Nov 21, 2024
1 parent b4703c4 commit cd0b38b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
with:
module: 'internet'
method: 'email'
- run: echo "${{ steps.email.outputs.value }}"
# - uses: gabrielrufino/expect-action@v1.0.0
# with:
# type: 'regex'
# value: '123'
# pattern: '^-?\d+$'
- uses: actalog/expect@v1
with:
type: 'regex'
value: ${{ steps.email.outputs.value }}
pattern: '^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Faker - Action
# Faker

Generate fake data in your GitHub workflows
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Faker
name: '@actalog/faker'

inputs:
type:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@gabrielrufino/faker-action",
"name": "@actalog/faker",
"private": true,
"version": "1.0.1",
"main": "src/index.js",
Expand Down

0 comments on commit cd0b38b

Please sign in to comment.