From af0f811725c84e628dd437247ed6824811ba66c1 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Thu, 11 Jan 2024 13:31:33 +0000 Subject: [PATCH] Use the toJson function to try to fix workflow --- .github/workflows/comment-built-images-to-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-built-images-to-pr.yaml b/.github/workflows/comment-built-images-to-pr.yaml index 53f67d5..660f535 100644 --- a/.github/workflows/comment-built-images-to-pr.yaml +++ b/.github/workflows/comment-built-images-to-pr.yaml @@ -22,4 +22,4 @@ jobs: - run: python scripts/comment-image-name-to-pr.py env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - WORKFLOW_RUN: "${{ github.event.workflow_run }}" + WORKFLOW_RUN: "${{ toJson(github.event.workflow_run) }}"