diff --git a/action.yml b/action.yml index 25ec8d5..e2880a4 100644 --- a/action.yml +++ b/action.yml @@ -39,6 +39,9 @@ runs: working-directory: ${{ inputs.working-directory }} run: | pwd + echo ${GITHUB_ACTION_PATH} + echo ${{ github.action_path }} + ${GITHUB_ACTION_PATH}/list-make-prerequisites.py ${{ inputs.target }} ${{ inputs.flags }} --hash --debug hash=$(./list-make-prerequisites.py ${{ inputs.target }} ${{ inputs.flags }} --hash 2>/dev/null) prerequisites=$(./list-make-prerequisites.py ${{ inputs.target }} ${{ inputs.flags }} 2>/dev/null) echo "hash=$hash" >> $GITHUB_OUTPUT