Skip to content

Commit cba99f9

Browse files
committed
[github-actions] Checkout before local summary actions (#148)
1 parent 0b2e1da commit cba99f9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/reports.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ jobs:
255255
- cleanup_orphaned_previews
256256
runs-on: ubuntu-latest
257257
steps:
258+
- uses: actions/checkout@v6
259+
258260
- uses: ./.github/actions/summary/write
259261
with:
260262
markdown: |

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ jobs:
128128
- dependency-health
129129
runs-on: ubuntu-latest
130130
steps:
131+
- uses: actions/checkout@v6
132+
131133
- uses: ./.github/actions/summary/write
132134
with:
133135
markdown: |

0 commit comments

Comments
 (0)