From 7c17265d0c3121a779da8996b63b2847995ca606 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Thu, 11 Jan 2024 11:43:31 +0000 Subject: [PATCH] Parse the workflow run as a string instead of a mapping --- .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 99a683c..53f67d5 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: "${{ github.event.workflow_run }}"