Skip to content

Commit

Permalink
Changed get-latest-sha to get more recent image (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
mluk-sap authored Jan 8, 2025
1 parent 325a73c commit b09be0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/get-latest-sha/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit b09be0f

Please sign in to comment.