Skip to content

Commit ba034aa

Browse files
committed
test true
1 parent 9ba54ef commit ba034aa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/api-reference-validation.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
if diff -q openapi-public.yml openapi-generated.yml > /dev/null 2>&1; then
4545
echo "Spec is up to date — nothing to do"
46-
echo "changed=false" >> $GITHUB_OUTPUT
46+
echo "changed=true" >> $GITHUB_OUTPUT
4747
else
4848
echo "Spec has drifted from source"
4949
echo "changed=true" >> $GITHUB_OUTPUT
@@ -99,9 +99,6 @@ jobs:
9999
100100
git checkout -b "$BRANCH"
101101
git add openapi-public.yml
102-
if [ -f openapi-validation-report.md ]; then
103-
git add openapi-validation-report.md
104-
fi
105102
git commit -m "docs: update openapi-public.yml from source specs $(date +%Y-%m-%d)"
106103
git push -u origin "$BRANCH"
107104

0 commit comments

Comments
 (0)