Skip to content

Commit

Permalink
pin to branch
Browse files Browse the repository at this point in the history
zoff99 committed Jan 8, 2025
1 parent b8a1926 commit 4446c22
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dep_ffmpeg.yml
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@ jobs:

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
if: github.ref == 'refs/heads/zoff99/maven_artefact'
with:
commit-message: update ffmpeg to ${{ steps.version_info_str.outputs.release_tag }}
branch: 'create-pull-request/ffmpeg'
1 change: 1 addition & 0 deletions .github/workflows/dep_libsodium.yml
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@ jobs:

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
if: github.ref == 'refs/heads/zoff99/maven_artefact'
with:
commit-message: update libsodium to ${{ steps.version_info_str.outputs.release_tag }}
branch: create-pull-request/libsodium
1 change: 1 addition & 0 deletions .github/workflows/dep_libvpx.yml
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@ jobs:

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
if: github.ref == 'refs/heads/zoff99/maven_artefact'
with:
commit-message: update libvpx to ${{ steps.version_info_str.outputs.release_tag }}
branch: create-pull-request/libvpx
1 change: 1 addition & 0 deletions .github/workflows/dep_opus.yml
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@ jobs:

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
if: github.ref == 'refs/heads/zoff99/maven_artefact'
with:
commit-message: update opus to ${{ steps.version_info_str.outputs.release_tag }}
branch: create-pull-request/opus
1 change: 1 addition & 0 deletions .github/workflows/dep_x264.yml
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@ jobs:

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
if: github.ref == 'refs/heads/zoff99/maven_artefact'
with:
commit-message: update x264 to ${{ steps.version_info_str.outputs.release_tag }}
branch: create-pull-request/x264

0 comments on commit 4446c22

Please sign in to comment.