We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d413d46 commit 2643ff2Copy full SHA for 2643ff2
.github/workflows/build-interface.yml
@@ -26,8 +26,8 @@ jobs:
26
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
28
- name: Get Workflow Run Status and Wait
29
- id: wait-for-run
30
- run: |
+ id: wait-for-run
+ run: |
31
build_run_id="${{ steps.get-run-id.outputs.build_run_id }}"
32
33
echo "Checking status of workflow run with ID $build_run_id"
0 commit comments