Skip to content

feat: add type of test in result and export always on success or error #87

feat: add type of test in result and export always on success or error

feat: add type of test in result and export always on success or error #87

Workflow file for this run

name: pull-request
on:
push:
branches-ignore:
- main
jobs:
create-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jascodes/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
PULL_REQUEST_BRANCH: main
PULL_REQUEST_TITLE: ${{ github.event.commits[0].message }}