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 7f6b076 commit 1016c7eCopy full SHA for 1016c7e
.github/workflows/build-interface.yml
@@ -24,7 +24,7 @@ jobs:
24
id: get-run-id
25
run: |
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
+ echo "build_run_id=$run_id" >> $GITHUB_OUTPUT
28
- name: Get Workflow Run Status and Wait
29
id: wait-for-run
30
0 commit comments