Skip to content

Commit

Permalink
fix(actions): use outcome over conclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtkeller committed Jul 9, 2024
1 parent a00e1c6 commit 52d2520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
if: ${{ always() }}
uses: ./.github/actions/notify-lula
with:
state: ${{ steps.compliance-evaluation.conclusion }}
state: ${{ steps.compliance-evaluation.outcome }}
flavor: ${{ inputs.flavor }}

- name: Store UDS Core Compliance Assessment Results
Expand Down

0 comments on commit 52d2520

Please sign in to comment.