Skip to content

Commit 6a7e382

Browse files
committed
fixup! .github/actions/akv-secret: add action to get secrets
Add semi-colon to the `require('buffer')` line to stay consistent with the rest of the index.js file. Signed-off-by: Matthew John Cheetham <[email protected]>
1 parent e730d37 commit 6a7e382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/akv-secret/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { spawnSync } = require('child_process');
22
const fs = require('fs');
33
const os = require('os');
44
const path = require('path');
5-
const { isUtf8 } = require("buffer")
5+
const { isUtf8 } = require("buffer");
66

77
// Note that we are not using the `@actions/core` package as it is not available
88
// without either committing node_modules/ to the repository, or using something

0 commit comments

Comments
 (0)