Skip to content

Commit

Permalink
ci: use correct step name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Mar 26, 2024
1 parent a84d773 commit 717e7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
FP_REQUEST_ID: "${{ secrets.FP_REQUEST_ID }}"

report-status:
needs: tests
needs: functional_tests
if: always()
uses: fingerprintjs/dx-team-toolkit/.github/workflows/report-workflow-status.yml@v1
with:
notification_title: 'PHP SDK Tests has {status_message}'
job_status: ${{ needs.tests.result }}
job_status: ${{ needs.functional_tests.result }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 717e7c8

Please sign in to comment.