Skip to content

Commit ae9f17b

Browse files
committed
Simplify bump configuration
1 parent 7970c2a commit ae9f17b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/bump.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ jobs:
1717

1818
- name: Update dependencies
1919
uses: wader/bump/action@master
20+
with:
21+
title_template: Update {{.Name}} to v{{.Latest}}
2022
env:
2123
GITHUB_TOKEN: ${{ secrets.BUMP_TOKEN }}

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup FFmpeg and FFprobe
2727
uses: ./.github/actions/setup-ffmpeg
2828
with:
29-
# bump: ffmpeg-ci /ffmpeg-version: ([\d.]+)/ docker:mwader/static-ffmpeg|/\d+\./|*
29+
# bump: ffmpeg /ffmpeg-version: ([\d.]+)/ docker:mwader/static-ffmpeg|/\d+\./|*
3030
ffmpeg-version: 8.0.1
3131

3232
- name: Setup Java

0 commit comments

Comments
 (0)