We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea2d3e commit 2915c7dCopy full SHA for 2915c7d
1 file changed
.github/workflows/deslop-fix.yaml
@@ -28,6 +28,9 @@ jobs:
28
contents: write
29
pull-requests: write
30
steps:
31
+ - name: Checkout repository
32
+ uses: actions/checkout@v4
33
+
34
- name: Get PR head ref
35
if: github.event_name == 'issue_comment'
36
id: pr
0 commit comments