Add missing checkout step

This commit is contained in:
Oliver Hamlet
2024-07-06 00:49:56 +01:00
parent dd4dfc12e1
commit 328dafbdbc
+4
View File
@@ -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: