@factorialco/gat 3.2.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/workflow.js +2 -1
- package/package.json +1 -1
package/dist/workflow.js
CHANGED
|
@@ -128,7 +128,6 @@ class Workflow {
|
|
|
128
128
|
},
|
|
129
129
|
}
|
|
130
130
|
: undefined,
|
|
131
|
-
outputs,
|
|
132
131
|
};
|
|
133
132
|
if ("uses" in jobOptions) {
|
|
134
133
|
return [
|
|
@@ -138,6 +137,7 @@ class Workflow {
|
|
|
138
137
|
uses: jobOptions.uses,
|
|
139
138
|
with: jobOptions.with,
|
|
140
139
|
secrets: jobOptions.secrets,
|
|
140
|
+
outputs,
|
|
141
141
|
},
|
|
142
142
|
];
|
|
143
143
|
}
|
|
@@ -158,6 +158,7 @@ class Workflow {
|
|
|
158
158
|
uses: await supplyChainAttack(step),
|
|
159
159
|
};
|
|
160
160
|
})),
|
|
161
|
+
outputs,
|
|
161
162
|
},
|
|
162
163
|
];
|
|
163
164
|
}))),
|