Skip to content

Commit

Permalink
feat: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 31, 2024
1 parent 970086c commit 4ddd3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Generate Diff
id: diff
run: echo "diff=$(cat diff.patch)" >> $GITHUB_OUTPUT
run: echo diff="$(cat diff.patch)" >> $GITHUB_OUTPUT

- if: ${{ steps.diff.outputs.diff != '' }}
name: Add Comment
Expand Down

0 comments on commit 4ddd3aa

Please sign in to comment.