Skip to content

Commit 3955b6e

Browse files
committed
.github/workflows/genpatch.yml: Update branch
1 parent b621ffb commit 3955b6e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/genpatch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Generate patch
1+
name: Generate patch - Stable branch
22
on:
33
push:
4-
branches: hdmi_frl
4+
branches: hdmi_frl_stable
55

66
jobs:
77
generate_patch:
@@ -10,10 +10,10 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@v4
1212
with:
13-
ref: hdmi_frl
13+
ref: hdmi_frl_stable
1414
fetch-depth: 0
1515
- name: Generate patch
16-
run: git diff origin/master > 0001-amdgpu-frl.patch
16+
run: git diff tags/stable > 0001-amdgpu-frl.patch
1717
- name: Save artifacts
1818
uses: actions/upload-artifact@v4
1919
with:

0 commit comments

Comments
 (0)