Skip to content

Commit b483a46

Browse files
committed
Updated .github/workflows/sync-release-version.yml
1 parent 6be1b0b commit b483a46

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/sync-release-version.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
with:
13-
fetch-depth: 0
14-
- name: Sync release version
12+
- name: Sync release version.
1513
uses: tj-actions/sync-release-version@v8
1614
id: sync-release-version
1715
with:
18-
pattern: 'tj-actions/coverage-badge-py@'
16+
pattern: '${{ github.repository }}@'
1917
paths: |
2018
README.md
2119
- name: Generate CHANGELOG

0 commit comments

Comments
 (0)