We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b621ffb commit 3955b6eCopy full SHA for 3955b6e
1 file changed
.github/workflows/genpatch.yml
@@ -1,7 +1,7 @@
1
-name: Generate patch
+name: Generate patch - Stable branch
2
on:
3
push:
4
- branches: hdmi_frl
+ branches: hdmi_frl_stable
5
6
jobs:
7
generate_patch:
@@ -10,10 +10,10 @@ jobs:
10
- name: Checkout repository
11
uses: actions/checkout@v4
12
with:
13
- ref: hdmi_frl
+ ref: hdmi_frl_stable
14
fetch-depth: 0
15
- name: Generate patch
16
- run: git diff origin/master > 0001-amdgpu-frl.patch
+ run: git diff tags/stable > 0001-amdgpu-frl.patch
17
- name: Save artifacts
18
uses: actions/upload-artifact@v4
19
0 commit comments