We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90430f commit a6f1672Copy full SHA for a6f1672
1 file changed
.github/actions/azdo-build/action.yml
@@ -101,7 +101,7 @@ runs:
101
102
az extension add --name azure-devops --only-show-errors
103
104
- RUN_ID="${{ needs.run-pipeline.outputs.run-id }}"
+ RUN_ID="${{ steps.run-pipeline.outputs.run-id }}"
105
echo "Waiting for run ID: $RUN_ID to complete..."
106
107
# Timeout after 45 minutes (2700 seconds)
@@ -155,7 +155,7 @@ runs:
155
tdnf install -y jq
156
157
158
159
echo "Downloading artifact 'drop_build_main' from run ID: $RUN_ID"
160
161
# Create directory for artifact
0 commit comments