Skip to content

Commit 280509f

Browse files
authored
Fix indentation in spec-update.yaml
1 parent 5844202 commit 280509f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/spec-update.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ jobs:
163163
164164
# Get the most recent completed run of this workflow with respect to the same feature branch
165165
PREVIOUS_RUN=$(gh run list \
166+
--workflow "${{ github.workflow }}" \
166167
--branch main \
167168
--json databaseId,status,conclusion,displayTitle \
168169
--jq "map(select(.databaseId != ${CURRENT_RUN} and (.displayTitle | contains(\"${RUN_NAME}\")))) | .[0]")

0 commit comments

Comments
 (0)