We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7970c2a commit ae9f17bCopy full SHA for ae9f17b
.github/workflows/bump.yaml
@@ -17,5 +17,7 @@ jobs:
17
18
- name: Update dependencies
19
uses: wader/bump/action@master
20
+ with:
21
+ title_template: Update {{.Name}} to v{{.Latest}}
22
env:
23
GITHUB_TOKEN: ${{ secrets.BUMP_TOKEN }}
.github/workflows/unit-test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup FFmpeg and FFprobe
27
uses: ./.github/actions/setup-ffmpeg
28
with:
29
- # bump: ffmpeg-ci /ffmpeg-version: ([\d.]+)/ docker:mwader/static-ffmpeg|/\d+\./|*
+ # bump: ffmpeg /ffmpeg-version: ([\d.]+)/ docker:mwader/static-ffmpeg|/\d+\./|*
30
ffmpeg-version: 8.0.1
31
32
- name: Setup Java
0 commit comments