Skip to content

Commit

Permalink
fix: Add log and target url
Browse files Browse the repository at this point in the history
  • Loading branch information
colinjfw committed Aug 24, 2019
1 parent e3895cb commit 688f310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ async function status(state) {
deployment_id: deployment.id,
state,
log_url: url,
target_url: url,
});
} catch (error) {
core.warning(`Failed to set deployment status: ${error.message}`);
Expand Down

0 comments on commit 688f310

Please sign in to comment.