Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 15, 2024
1 parent caa07fe commit acfe965
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion util/stmd/json_to_yaml.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function allToYaml(actionList) {
if (typeof actionList[e] === "string") {
var fileName = actionList[e].replaceAll("_",".");
allJson["jobs"][actionList[e]] = {
"uses": "virtual-vehicle/upsim-ci/.github/workflows/"+fileName+".yaml@main",
"uses": "virtual-vehicle/upsim-ci/.github/workflows/"+fileName+".yaml@master",
"secrets" : {
"WRITE_WORKFLOW" : "${{secrets.WRITE_WORKFLOW}}"
}
Expand Down
1 change: 0 additions & 1 deletion util/stmd/results.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ if (isSinglePhase == true) {
if (minLevel < reportByPhase[phaseName]["reachedLevel"]) {
reportByPhase[phaseName]["reachedLevel"] = minLevel;
}
// https://github.com/virtual-vehicle/upsim-ci/actions/workflows/No.0.RequirementsPhase.DefineModelRequirements.yaml
let fileName = actionList[a].replaceAll("_",".");
let fileURL = "https://github.com/virtual-vehicle/upsim-ci/blob/main/.github/outputs/"+fileName+".json";

Expand Down

0 comments on commit acfe965

Please sign in to comment.