Skip to content

Commit

Permalink
Debug directory contents
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 20, 2023
1 parent a5dd619 commit f629294
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ runs:
run: |
cat ${{ runner.temp }}/plugin-check-results.txt
RELATIVE_DIR=$(echo $PLUGIN_DIR | sed "s@$GITHUB_WORKSPACE@@g")
echo $GITHUB_WORKSPACE
ls -l $GITHUB_WORKSPACE
echo $PLUGIN_DIR
ls -l $PLUGIN_DIR
echo $RELATIVE_DIR
node dist/index.js ${{ runner.temp }}/plugin-check-results.txt $RELATIVE_DIR
shell: bash
env:
Expand Down

0 comments on commit f629294

Please sign in to comment.