Skip to content

Commit eda29f4

Browse files
authored
fstests.yml: fix baseline call for repo
Fix a silly typo on the basename for the repo. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 12243f1 commit eda29f4

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
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Set CI metadata for kdevops-results-archive
2121
run: |
22-
echo "$(basename ${{ github.repository }}" > ci.trigger
22+
echo "$(basename ${{ github.repository }})" > ci.trigger
2323
git log -1 --pretty=format:"%s" > ci.subject
2424
# Start out pessimistic
2525
echo "not ok" > ci.result

0 commit comments

Comments
 (0)