Skip to content

Commit

Permalink
Remove obfuscate_repository field from configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jan 12, 2024
1 parent 952d838 commit 8cc10d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions action/__test__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ describe("tests", () => {
roleSessionTagging: true,
providerEndpoint: "http://localhost:8080",
useNodeId: false,
obfuscateRepository: "",
});

const exportVariable = core.exportVariable as jest.Mock;
Expand Down Expand Up @@ -97,7 +96,6 @@ describe("tests", () => {
roleSessionTagging: true,
providerEndpoint: "http://localhost:8080",
useNodeId: false,
obfuscateRepository: "",
});
}).rejects.toThrow();
});
Expand Down
1 change: 0 additions & 1 deletion action/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ interface AssumeRolePayload {
api_url: string;
repository: string;
use_node_id: boolean;
obfuscate_repository: string;
sha: string;
role_session_tagging: boolean;
run_id: string;
Expand Down

0 comments on commit 8cc10d8

Please sign in to comment.