Skip to content

Commit add25bb

Browse files
committed
chore: remove redundant echo statement for last successful run ID in ci.yml
1 parent 49efcc3 commit add25bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ jobs:
175175
-H "X-GitHub-Api-Version: 2022-11-28" \
176176
"https://api.github.com/repos/${{ github.repository }}/actions/runs?status=success&per_page=1" | \
177177
jq -r '.workflow_runs[0].id')
178-
179-
echo "LAST_SUCCESSFUL_RUN_ID=$LAST_SUCCESSFUL_RUN_ID" >> $GITHUB_ENV
180178
181179
if [ -z "$LAST_SUCCESSFUL_RUN_ID" ]; then
182180
echo "No successful runs found."

0 commit comments

Comments
 (0)