Skip to content

Commit 1016c7e

Browse files
committed
wip
1 parent 7f6b076 commit 1016c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-interface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: get-run-id
2525
run: |
2626
run_id=$(gh api repos/lingo-db/lingodb-test-actions/actions/workflows/release-for-webinterface.yml/runs | jq -r '.workflow_runs[0].id')
27-
echo "build_run_id=$(run_id)" >> $GITHUB_OUTPUT
27+
echo "build_run_id=$run_id" >> $GITHUB_OUTPUT
2828
- name: Get Workflow Run Status and Wait
2929
id: wait-for-run
3030
run: |

0 commit comments

Comments
 (0)