diff --git a/.github/workflows/windows-e2e.yml b/.github/workflows/windows-e2e.yml index bcbad1972b..44ad749825 100644 --- a/.github/workflows/windows-e2e.yml +++ b/.github/workflows/windows-e2e.yml @@ -49,7 +49,7 @@ jobs: OUTCOME="pending" DESCRIPTION="Running e2e on Windows" - CONTEXT="win-ci-e2e" + CONTEXT="win-ci-e2e-s" # post result to commit status curl -L -v \ diff --git a/.github/workflows/windows-installer.yml b/.github/workflows/windows-installer.yml index fbf38fd1d3..133b7a93e0 100644 --- a/.github/workflows/windows-installer.yml +++ b/.github/workflows/windows-installer.yml @@ -13,7 +13,7 @@ jobs: steps: - - name: Save the GH context in an artifact + - name: Save the GH context in an artifacts shell: bash env: GH_CONTEXT: ${{ toJSON(github) }}