We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c16905 commit 57c31a2Copy full SHA for 57c31a2
.github/workflows/main.yaml
@@ -145,7 +145,7 @@ jobs:
145
uses: actions/checkout@v4
146
- name: Process Test Results
147
id: process-test-results
148
- uses: ./src/.github/actions/process_test_results
+ uses: ./.github/actions/process_test_results
149
outputs:
150
test_targets: ${{ steps.process-test-results.outputs.test_targets }}
151
0 commit comments