Skip to content

Commit ca33fc4

Browse files
[reports] Fix cleanup jobs using local actions (#154) (#155)
* [reports] Checkout repository before cleanup actions (#154) * Update wiki submodule pointer for PR #155 * [reports] Load cleanup actions from trusted branch (#154) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4354beb commit ca33fc4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/wiki

Submodule wiki updated from 940916d to b16e626

.github/workflows/reports.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ jobs:
189189
contents: write
190190

191191
steps:
192+
- uses: actions/checkout@v6
193+
with:
194+
ref: ${{ github.event.repository.default_branch }}
195+
192196
- name: Checkout gh-pages
193197
uses: actions/checkout@v6
194198
with:
@@ -214,6 +218,8 @@ jobs:
214218
pull-requests: read
215219

216220
steps:
221+
- uses: actions/checkout@v6
222+
217223
- name: Checkout gh-pages
218224
uses: actions/checkout@v6
219225
with:

0 commit comments

Comments
 (0)