Skip to content

Commit

Permalink
Parse the workflow run as a string instead of a mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Jan 11, 2024
1 parent 2e42fc9 commit 7c17265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-built-images-to-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 7c17265

Please sign in to comment.