Skip to content

Commit 96dd402

Browse files
committed
Add missing output variable
1 parent 1a87a02 commit 96dd402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-test-suite-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "has-updates=$HAS_UPDATES" >> $GITHUB_OUTPUT
3232
cd ${SUITE_PATH}
3333
SUITE_SHA=$(git rev-parse --short HEAD)
34-
echo "branch=suite-${SUITE_SHA}"
34+
echo "branch=suite-${SUITE_SHA}" >> $GITHUB_OUTPUT
3535
- name: Commit changes to new branch
3636
if: steps.updates.outputs.has-updates == 'true'
3737
uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)