Skip to content

Commit a6f1672

Browse files
authored
Use steps instead of needs
1 parent b90430f commit a6f1672

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/azdo-build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ runs:
101101
102102
az extension add --name azure-devops --only-show-errors
103103
104-
RUN_ID="${{ needs.run-pipeline.outputs.run-id }}"
104+
RUN_ID="${{ steps.run-pipeline.outputs.run-id }}"
105105
echo "Waiting for run ID: $RUN_ID to complete..."
106106
107107
# Timeout after 45 minutes (2700 seconds)
@@ -155,7 +155,7 @@ runs:
155155
tdnf install -y jq
156156
az extension add --name azure-devops --only-show-errors
157157
158-
RUN_ID="${{ needs.run-pipeline.outputs.run-id }}"
158+
RUN_ID="${{ steps.run-pipeline.outputs.run-id }}"
159159
echo "Downloading artifact 'drop_build_main' from run ID: $RUN_ID"
160160
161161
# Create directory for artifact

0 commit comments

Comments
 (0)