File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 run : |
2525 FORK_REPO="${{ github.event.pull_request.head.repo.full_name }}"
2626 echo "fork-repo=$FORK_REPO" >> $GITHUB_OUTPUT
27-
27+
2828 if [[ "$FORK_REPO" == airbytehq/* ]]; then
2929 echo "is-external-fork=false" >> $GITHUB_OUTPUT
3030 echo "Fork is from airbytehq org, skipping"
@@ -119,11 +119,11 @@ jobs:
119119 issue-number : ${{ github.event.pull_request.number }}
120120 body : |
121121 ## Fork Connector Tests Results
122-
122+
123123 ${{ steps.trigger-tests.outputs.workflow-conclusion == 'success' && '✅ Tests passed' || '❌ Tests failed' }}
124-
124+
125125 The connector tests ran in your fork's repository context using your BYO secrets.
126-
126+
127127 [View test results](${{ steps.trigger-tests.outputs.workflow-url }})
128128
129129 - name : Skip message for non-external forks
You can’t perform that action at this time.
0 commit comments