We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543f85b commit 2000f95Copy full SHA for 2000f95
1 file changed
.github/workflows/build.yml
@@ -126,10 +126,10 @@ jobs:
126
msiexec /i "dfetch-package\\dfetch.msi" /qn
127
shell: pwsh
128
129
- - run: ./dfetch init
130
- - run: ./dfetch environment
131
- - run: ./dfetch validate
132
- - run: ./dfetch check
133
- - run: ./dfetch update
134
135
- - run: ./dfetch report -t sbom
+ - run: dfetch init
+ - run: dfetch environment
+ - run: dfetch validate
+ - run: dfetch check
+ - run: dfetch update
+ - run: dfetch report -t sbom
0 commit comments