Skip to content

Commit a60f04c

Browse files
committed
test
Signed-off-by: CrazyMax <[email protected]>
1 parent 40fd267 commit a60f04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sigstore/sigstore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class Sigstore {
9898

9999
private signingEndpoints(opts: SignProvenanceBlobsOpts): Endpoints {
100100
core.info(`opts.noTransparencyLog: ${opts.noTransparencyLog}`);
101-
core.info(`GitHub.context.payload.repository: ${GitHub.context.payload.repository}`);
101+
core.info(`GitHub.context.payload.repository: ${JSON.stringify(GitHub.context.payload.repository, null, 2)}`);
102102
core.info(`GitHub.context.payload.repository?.private: ${GitHub.context.payload.repository?.private}`);
103103

104104
const noTransparencyLog = opts.noTransparencyLog ?? GitHub.context.payload.repository?.private;

0 commit comments

Comments
 (0)