diff --git a/action.yaml b/action.yaml index 7aed6f7..f41e257 100644 --- a/action.yaml +++ b/action.yaml @@ -4,5 +4,5 @@ author: "Bryce Thorup" runs: using: "composite" steps: - - run: ls -a ../ #$GITHUB_ACTION_PATH/action.sh + - run: echo $GITHUB_ACTION_PATH #$GITHUB_ACTION_PATH/action.sh shell: bash