Skip to content

Commit b10513e

Browse files
authored
Merge pull request #14 from Carlos920/merge
fix for loop variable error
2 parents 1ba5509 + 374b63b commit b10513e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
# Add configuration
261261
for config in $(cat ${{ env.ADD_DEFCONFIG }})
262262
do
263-
echo $i >> ${{ env.DEFCONFIG }}
263+
echo $config >> ${{ env.DEFCONFIG }}
264264
done
265265
266266
# Apply patch

0 commit comments

Comments
 (0)