Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneMaes0 committed Jun 7, 2024
1 parent fec1f71 commit 3d1d04f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ namespace Skyline.DataMiner.Automation
Engine = engine;

AgentId = GetScriptParam("Agent Id").Single();
ElementId = GetScriptParam("Agent Id").Single();
RepoName = GetScriptParam("Agent Id").Single();
RepoOwner = GetScriptParam("Agent Id").Single();
ElementId = GetScriptParam("Element Id").Single();
RepoName = GetScriptParam("Repo Name").Single();
RepoOwner = GetScriptParam("Repo Owner").Single();
}

public IEngine Engine { get; }
Expand Down

0 comments on commit 3d1d04f

Please sign in to comment.