Skip to content

Commit 30c3a6b

Browse files
committed
PR comments
1 parent 2e201e1 commit 30c3a6b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

setup-env/dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9452,7 +9452,6 @@ class ActionInput {
94529452
},
94539453
headers: {
94549454
'Content-Type': 'application/json',
9455-
'x-rs-auth': true,
94569455
},
94579456
});
94589457
const variables = bsApiResponse?.data?.data?.variables;

setup-env/src/actionInput/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ class ActionInput {
124124
},
125125
headers: {
126126
'Content-Type': 'application/json',
127-
'x-rs-auth': true,
128127
},
129128
});
130129
const variables = bsApiResponse?.data?.data?.variables;

0 commit comments

Comments
 (0)