Skip to content

Commit 3386eae

Browse files
authored
Update enforce-changelog.yml
1 parent 875c53e commit 3386eae

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/enforce-changelog.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ concurrency:
1111

1212

1313
jobs:
14-
enforce-changelog:
15-
uses: cap-js/.github/.github/workflows/enforce-changelog.yml@main
16-
secrets: inherit
14+
check-changelog:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Check changelog
18+
uses: cap-js/.github/.github/actions/check-changelog@main
19+

0 commit comments

Comments
 (0)