Skip to content

Commit 18b551d

Browse files
committed
fix typo
1 parent 164fd51 commit 18b551d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compute-workflow-parameters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
elif [[ "${{ github.repository }}" == "DataDog/system-tests" ]]; then
108108
echo "ref=" >> $GITHUB_OUTPUT
109109
else
110-
echo "ref=main }}" >> $GITHUB_OUTPUT
110+
echo "ref=main" >> $GITHUB_OUTPUT
111111
fi
112112
113113
auto_ref:

0 commit comments

Comments
 (0)