From d578cba3fd51fe225e2e67f014461ea97823fce2 Mon Sep 17 00:00:00 2001 From: mluk-sap <40407813+mluk-sap@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:10:24 +0100 Subject: [PATCH] Changed get-latest-sha to get more recent image --- .github/actions/get-latest-sha/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/get-latest-sha/action.yaml b/.github/actions/get-latest-sha/action.yaml index ff1b25e1a..c0570def0 100644 --- a/.github/actions/get-latest-sha/action.yaml +++ b/.github/actions/get-latest-sha/action.yaml @@ -22,7 +22,6 @@ runs: repo: context.repo.repo, workflow_id: 'post-main-integration.yaml', branch: 'main', - status: 'success', per_page: 40 }); const pushRuns = data.workflow_runs.filter(run => run.event === 'push');