Skip to content

Commit 2643ff2

Browse files
committed
wip
1 parent d413d46 commit 2643ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-interface.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
run_id=$(gh api repos/lingo-db/lingodb-test-actions/actions/workflows/release-for-webinterface.yml/runs | jq -r '.workflow_runs[0].id')
2727
echo "build_run_id=$(run_id)" >> $GITHUB_OUTPUT
2828
- name: Get Workflow Run Status and Wait
29-
id: wait-for-run
30-
run: |
29+
id: wait-for-run
30+
run: |
3131
build_run_id="${{ steps.get-run-id.outputs.build_run_id }}"
3232
3333
echo "Checking status of workflow run with ID $build_run_id"

0 commit comments

Comments
 (0)