Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Minko committed May 23, 2024
1 parent b0b94a7 commit 6c0ea2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37470,6 +37470,8 @@ async function run() {
console.log('');
console.log('data type:', typeof diffData);
console.log('diff data: ', diffData);
console.log('===============================')
console.log(diffData.split('\n'))
console.log('');
const datapath = utils_getDatapath(core);
const [prependData, checksData] = yaml.load(
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ async function run() {
console.log('');
console.log('data type:', typeof diffData);
console.log('diff data: ', diffData);
console.log('===============================')
console.log(diffData.split('\n'))
console.log('');
const datapath = getDatapath(core);
const [prependData, checksData] = yaml.load(
Expand Down

0 comments on commit 6c0ea2c

Please sign in to comment.