diff --git a/.github/workflows/__resolve-environment-action.yml b/.github/workflows/__resolve-environment-action.yml index 515a6b09a..821e18b6e 100644 --- a/.github/workflows/__resolve-environment-action.yml +++ b/.github/workflows/__resolve-environment-action.yml @@ -63,7 +63,7 @@ jobs: with: language: go - - name: Check that some Go configuration was returned + - name: Fail if no Go configuration was returned if: (!fromJSON(steps.resolve-environment.outputs.environment).configuration.go) run: exit 1 env: diff --git a/pr-checks/checks/resolve-environment-action.yml b/pr-checks/checks/resolve-environment-action.yml index 0a5b26364..53566e503 100644 --- a/pr-checks/checks/resolve-environment-action.yml +++ b/pr-checks/checks/resolve-environment-action.yml @@ -12,6 +12,6 @@ steps: with: language: go - - name: "Check that some Go configuration was returned" + - name: "Fail if no Go configuration was returned" if: (!fromJSON(steps.resolve-environment.outputs.environment).configuration.go) run: exit 1