Skip to content

actalog/faker

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

@actalog/faker

CI CD

Generates fake data in your GitHub workflows

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 }}

About

🃏 Generate fake data in your GitHub workflows

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •