Skip to content

fix: update .env names and fix SKIP_TRAKT_CACHE #686

fix: update .env names and fix SKIP_TRAKT_CACHE

fix: update .env names and fix SKIP_TRAKT_CACHE #686

name: Conventional Commits
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webiny/action-conventional-commits@v1.3.0
#with:
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional, for private repositories.
#allowed-commit-types: "feat,fix," # Optional, set if you want a subset of commit types to be allowed.