Create PR if OpenDota API has been updated #509
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pr-updated-sdk.yml
on: schedule
Find difference between downloaded specification and current
10s
Create PR
0s
Annotations
1 error
Find difference between downloaded specification and current
The template is not valid. swimmwatch/openapi-diff-action/v1.0.1/action.yml (Line: 77, Col: 12): The maximum allowed memory size was exceeded while evaluating the following expression: format('compatible_val="{0}"
incompatible_val="{1}"
unchanged_val="{2}"
if [[ $unchanged_val == ''true'' ]]; then
echo "::set-output name=compare_state::no_changes"
elif [[ $incompatible_val == ''true'' ]]; then
echo "::set-output name=compare_state::incompatible"
elif [[ $compatible_val == ''true'' ]]; then
echo "::set-output name=compare_state::compatible"
fi
', fromJson(steps.output_json_file.outputs.content).compatible, fromJson(steps.output_json_file.outputs.content).incompatible, fromJson(steps.output_json_file.outputs.content).unchanged)
|