Skip to content

Commit

Permalink
Update PublishProfile.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaraksh1 authored Nov 7, 2023
1 parent e0d17a2 commit 7089a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Utilities/PublishProfile.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var core = require("@actions/core");

//testing something
import { FormatType, SecretParser } from 'actions-secret-parser';
import { Kudu } from 'azure-actions-appservice-rest/Kudu/azure-app-kudu-service';

Expand Down Expand Up @@ -70,4 +70,4 @@ export class PublishProfile {
return this._appOS;
}

}
}

0 comments on commit 7089a6a

Please sign in to comment.