Skip to content

Commit

Permalink
chore: downgrade commitlint action
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Oct 24, 2024
1 parent 669d8fa commit 20090a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-verify-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- run: yarn install --frozen-lockfile
- id: commitlint
run: echo ::set-output name=config_path::$(node -e "process.stdout.write(require('@dhis2/cli-style').config.commitlint)")
- uses: wagoid/commitlint-github-action@v6
- uses: wagoid/commitlint-github-action@v4
with:
configFile: ${{ steps.commitlint.outputs.config_path }}

0 comments on commit 20090a8

Please sign in to comment.