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 be76141 commit f0d229bCopy full SHA for f0d229b
.github/workflows/ci.yaml
@@ -76,8 +76,10 @@ jobs:
76
id: check_indices
77
run: |
78
if [ "${{ needs.update-indices.result }}" == "skipped" ]; then
79
+ echo false
80
echo "indices_updated=false" >> $GITHUB_OUTPUT
81
else
82
+ echo ${{ needs.update-indices.outputs.has_changes }}
83
echo "indices_updated=${{ needs.update-indices.outputs.has_changes }}" >> $GITHUB_OUTPUT
84
fi
85
0 commit comments