Skip to content

Commit bf60e20

Browse files
fix(ci): Remove trailing whitespace from fork-connector-tests.yml
Fix prettier pre-commit hook failures by removing trailing whitespace from lines in the workflow file. Co-Authored-By: AJ Steers <[email protected]>
1 parent 7d9c599 commit bf60e20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/fork-connector-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

0 commit comments

Comments
 (0)