Skip to content

Commit 3fbb875

Browse files
doc(conventional-commits): fix reusable workflow path (#51)
1 parent c1e63c7 commit 3fbb875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conventional-commits/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
lint-pr-title:
25-
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yaml@conventional-commits-v1.0.0
25+
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yml@conventional-commits-v1.0.0
2626
secrets:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
```
28+
```

0 commit comments

Comments
 (0)