mirror of
https://github.com/loot/prelude.git
synced 2026-07-27 14:16:48 -07:00
Add missing checkout step
This commit is contained in:
@@ -17,6 +17,10 @@ jobs:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Download the pull request run's artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user