Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Mar 15, 2022
1 parent 7671cb1 commit b0b32c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commentResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ async function main() {
return;
};

console.log('SENDING POST')
const response = await axios.post(
`https://api.github.com/repos/${author}/${repo}/issues/${pr}/comments`,
{
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
for i in $(echo ${{ steps.file_changes.outputs.files_modified}} | tr -d '[]' | tr "," "\n")
do
{
echo ${i}
node ${{ github.workspace }}/test.js ${{ github.workspace }}/${i} > output.txt
realpath output.txt
node ${{ github.workspace }}/.github/workflows/commentResult.js /home/runner/work/testint/testint/output.txt "${{ github.repository_owner }}" "${{ github.event.repository.name }}" "${{ github.event.number }}" ${i} $TESTER_KEY
} || {
echo -n $i
Expand Down

0 comments on commit b0b32c1

Please sign in to comment.