We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985ac80 commit bae150aCopy full SHA for bae150a
.github/workflows/main.yml
@@ -88,6 +88,8 @@ jobs:
88
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main'
89
90
steps:
91
+ - uses: actions/checkout@v6
92
+
93
- name: setup deken
94
uses: ./.github/actions/setup-deken
95
0 commit comments