Skip to content

Commit

Permalink
return fixed pr environment for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Noordsestern committed Jul 21, 2023
1 parent 87407e4 commit 3ed0290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ export async function runAction(): Promise<void> {
if (environmentUrlTemplate) {
environmentUrl = render(environmentUrlTemplate, templateParams);
}
setOutput('environment-url', environmentUrl);
// TODO: setOutput('environment-url', environmentUrl);
setOutput('environment-url', 'https://dev-02-ci-test-on-pr-app.humanitec.io/');

const notifyParams: NotifyInput = {...templateParams, context, octokit, webAppUrl, environmentUrl};
if (action == 'notify') {
Expand Down

0 comments on commit 3ed0290

Please sign in to comment.