Skip to content

Commit

Permalink
Merge pull request #54 from sgibson91/debugging-gh-actions
Browse files Browse the repository at this point in the history
Use the toJson function to try to fix workflow
  • Loading branch information
sgibson91 authored Jan 11, 2024
2 parents 80ab6c9 + af0f811 commit a09c446
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: "${{ toJson(github.event.workflow_run) }}"

0 comments on commit a09c446

Please sign in to comment.