Skip to content

Commit

Permalink
fix: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Sep 6, 2022
1 parent 39503d7 commit 841ec6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions declaration-a11y/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ runs:
run: |
cd ${{ github.action_path }}
node index ${{ inputs.url }} ${{ github.workspace }}/result.html > ${{ github.workspace }}/${{ inputs.output }}
cat ${{ github.workspace }}/${{ inputs.output }}
1 change: 1 addition & 0 deletions declaration-rgpd/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ runs:
THIRDPARTIES_STR="${THIRDPARTIES//'/\'}" # escapes single quotes
echo $THIRDPARTIES_STR
node index ${{ inputs.url }} ${{ github.workspace }}/result.html '${THIRDPARTIES_STR}' > ${{ github.workspace }}/${{ inputs.output }}
cat ${{ github.workspace }}/${{ inputs.output }}
env:
THIRDPARTIES: "${{ inputs.thirdparties }}"

0 comments on commit 841ec6e

Please sign in to comment.