We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64ea6c commit 2d0f98dCopy full SHA for 2d0f98d
.github/workflows/weekly_e2e.yml
@@ -40,10 +40,10 @@ jobs:
40
modules=$(curl -sL "https://terraform-fc-test-for-example-module.oss-ap-southeast-1.aliyuncs.com/testRecordReleased.json")
41
if echo "$modules" | jq --arg key "$REPO_NAME" -re 'has($key)' | grep -q true; then
42
echo "The key exists at the JSON object."
43
- echo "::set-output name=output_value::1"
+ echo "::set-output name=output_value::0"
44
else
45
echo "The key does not exist at the JSON object."
46
- echo "::set-output name=output_value::0"
+ echo "::set-output name=output_value::1"
47
fi
48
- name: update test record
49
if: steps.whether-to-upload-test-record.outputs.output_value == 1
0 commit comments