Skip to content

Commit

Permalink
Merge pull request #5 from actalog/v1
Browse files Browse the repository at this point in the history
v1
  • Loading branch information
gabrielrufino authored Nov 21, 2024
2 parents c2f4adf + 29e4ff7 commit 03c0f45
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 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
8 changes: 4 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,7 +1,7 @@
{
"name": "@gabrielrufino/faker-action",
"name": "@actalog/faker",
"private": true,
"version": "1.0.0",
"version": "1.0.2",
"main": "src/index.js",
"scripts": {
"build": "ncc build src/index.js -o dist"
Expand Down

0 comments on commit 03c0f45

Please sign in to comment.