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 aa12a2e commit 2394117Copy full SHA for 2394117
.github/actions/akv-secret/index.js
@@ -1,6 +1,7 @@
1
const { spawnSync } = require('child_process');
2
const fs = require('fs');
3
const os = require('os');
4
+const path = require('path');
5
6
// Note that we are not using the `@actions/core` package as it is not available
7
// without either committing node_modules/ to the repository, or using something
0 commit comments