Skip to content

Commit 8bbc88d

Browse files
committed
fstests.yml: actually use the short ref
In the previous commit we defined a short ref but didn't use it, use the short character version of it. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent f062006 commit 8bbc88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fstests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
KDEVOPS_TREE_REF="${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}"
3030
SHORT_PREFIX="$(echo ${KDEVOPS_TREE_REF:0:4})"
31-
make KDEVOPS_HOSTS_PREFIX="$KDEVOPS_TREE_REF" defconfig-xfs_reflink_4k
31+
make KDEVOPS_HOSTS_PREFIX="$SHORT_PREFIX" defconfig-xfs_reflink_4k
3232
3333
- name: Run kdevops make
3434
run: |

0 commit comments

Comments
 (0)