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 0318771 commit 9296f7bCopy full SHA for 9296f7b
1 file changed
.github/workflows/stage.yml
@@ -44,6 +44,9 @@ jobs:
44
needs: build
45
if: github.repository == 'redhat-developer/intellij-dependency-analytics'
46
steps:
47
+ - name: Checkout sources
48
+ uses: actions/checkout@v3
49
+
50
- name: Download distribution artifacts
51
uses: actions/download-artifact@v3
52
with:
0 commit comments