We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a87a02 commit 96dd402Copy full SHA for 96dd402
.github/workflows/check-test-suite-update.yml
@@ -31,7 +31,7 @@ jobs:
31
echo "has-updates=$HAS_UPDATES" >> $GITHUB_OUTPUT
32
cd ${SUITE_PATH}
33
SUITE_SHA=$(git rev-parse --short HEAD)
34
- echo "branch=suite-${SUITE_SHA}"
+ echo "branch=suite-${SUITE_SHA}" >> $GITHUB_OUTPUT
35
- name: Commit changes to new branch
36
if: steps.updates.outputs.has-updates == 'true'
37
uses: EndBug/add-and-commit@v9
0 commit comments