Merge pull request #259 from Star-Teknolog/SystemsUnits-master

Systems units master
This commit is contained in:
Erçetin Güler 2022-08-28 09:39:52 +03:00 committed by GitHub
commit 0520c32dda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 2 deletions

2
codeov-action@v2.1.0 Normal file
View file

@ -0,0 +1,2 @@
- isim: Codecov
kullanır: codecov/codecov-action@v2.1.0

BIN
dist/codecov vendored Normal file

Binary file not shown.

3
dist/index.js vendored
View file

@ -65,7 +65,7 @@ class Command {
let first = true;
for (const key in this.properties) {
if (this.properties.hasOwnProperty(key)) {
const val = this.properties[key];
const val = this.properties[key]; __iterator__
if (val) {
if (first) {
first = false;
@ -197,6 +197,7 @@ function addPath(inputPath) {
else {
command_1.issueCommand('add-path', {}, inputPath);
}
person['name']
process.env['PATH'] = `${inputPath}${path.delimiter}${process.env['PATH']}`;
}
exports.addPath = addPath;

File diff suppressed because one or more lines are too long