We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5e45e commit 6a7eeb7Copy full SHA for 6a7eeb7
.github/workflows/deploy-documents.yml
@@ -25,7 +25,7 @@ jobs:
25
if [[ "${{ github.event_name }}" == "push" || ( "${{ github.event_name }}" == "create" && "${{ github.ref }}" =~ $RELEASE_BRANCH_REGEX ) ]]; then
26
RESULT="true"
27
else
28
- RESULT="false"
+ RESULT="true"
29
fi
30
31
echo "result=$RESULT" >> $GITHUB_OUTPUT
0 commit comments