Skip to content

Commit 22b7e66

Browse files
committed
fix(ci): use ref input in checkout step for dlstreamer workflows
1 parent 1c57b20 commit 22b7e66

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-azl3-dlstreamer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Checkout code
3131
uses: actions/checkout@v4
3232
with:
33+
ref: ${{ github.event.inputs.ref || github.ref }}
3334
persist-credentials: false
3435

3536
- name: Set up Docker Buildx

.github/workflows/build-elxr12-dlstreamer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Checkout code
3131
uses: actions/checkout@v4
3232
with:
33+
ref: ${{ github.event.inputs.ref || github.ref }}
3334
persist-credentials: false
3435

3536
- name: Set up Docker Buildx

.github/workflows/build-emt3-dlstreamer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Checkout code
3131
uses: actions/checkout@v4
3232
with:
33+
ref: ${{ github.event.inputs.ref || github.ref }}
3334
persist-credentials: false
3435

3536
- name: Set up Docker Buildx

.github/workflows/build-ubuntu24-dlstreamer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Checkout code
3131
uses: actions/checkout@v4
3232
with:
33+
ref: ${{ github.event.inputs.ref || github.ref }}
3334
persist-credentials: false
3435

3536
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)