We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2646b8e commit 73b6681Copy full SHA for 73b6681
.github/workflows/pr-functional-tests.yaml
@@ -79,7 +79,7 @@ jobs:
79
run-functional-tests:
80
needs: [check-ok-to-test]
81
if: needs.check-ok-to-test.outputs.is-ok-to-test == 'true'
82
- uses: .github/workflows/functional-tests.yaml
+ uses: ./.github/workflows/functional-tests.yaml
83
with:
84
checkout-repository: ${{ needs.check-ok-to-test.outputs.target-repo }}
85
checkout-ref: ${{ needs.check-ok-to-test.outputs.target-sha }}
0 commit comments