diff --git a/.github/workflows/ci_integration_tests.yaml b/.github/workflows/ci_integration_tests.yaml index d23bf6168..0c441f752 100644 --- a/.github/workflows/ci_integration_tests.yaml +++ b/.github/workflows/ci_integration_tests.yaml @@ -74,7 +74,7 @@ jobs: - name: Get Home Assistant log in failure if: ${{ failure() }} - run: docker logs ${{ steps.homeassistant.outputs.container_name }} + run: docker logs ${{ steps.homeassistant.outputs.containername }} - name: Discord failure notification if: ${{ github.event_name == 'schedule' && failure() }}