Fix action validation issue

This commit is contained in:
Luc Perkins 2025-05-15 13:34:01 -04:00
parent 43c9a92ae0
commit 6571ed8951
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5

View file

@ -150,7 +150,7 @@ jobs:
flakeref_exact: ${{ steps.publish.outputs.flakeref_exact }}
flakeref_at_least: ${{ steps.publish.outputs.flakeref_at_least }}
steps:
- run: true
- run: "true"
- run: |
echo "A dependent in the build matrix failed."
exit 1