https://github.com/actalog/faker
🃏 Generate fake data in your GitHub workflows
https://github.com/actalog/faker
actions faker github javascript
Last synced: 2 months ago
JSON representation
🃏 Generate fake data in your GitHub workflows
- Host: GitHub
- URL: https://github.com/actalog/faker
- Owner: actalog
- License: unlicense
- Created: 2024-04-01T18:11:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-10T01:14:07.000Z (3 months ago)
- Last Synced: 2026-04-10T02:44:27.528Z (3 months ago)
- Topics: actions, faker, github, javascript
- Language: TypeScript
- Homepage: https://github.com/marketplace/actions/actalog-faker
- Size: 5.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @actalog/faker
[](https://github.com/actalog/faker/actions/workflows/ci.yml)
[](https://github.com/actalog/faker/actions/workflows/cd.yml)
Generates fake data in your GitHub workflows
```yml
jobs:
faker:
name: Faker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: email
uses: actalog/faker@v1
with:
module: 'internet'
method: 'email'
- run: echo ${{ steps.email.outputs.value }}
```