We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a142481 commit b0b260bCopy full SHA for b0b260b
1 file changed
.github/workflows/gradle.yml
@@ -23,6 +23,8 @@ jobs:
23
if: github.event_name == 'push'
24
25
steps:
26
+ - uses: actions/checkout@v6
27
+
28
- name: Deploy NBMs
29
uses: ./.github/actions/nbm-deployment
30
with:
0 commit comments