diff --git a/action.yml b/action.yml index 3809293..f609cf3 100644 --- a/action.yml +++ b/action.yml @@ -19,4 +19,7 @@ runs: steps: - id: checkout repo run: | + pwd >> $GITHUB_OUTPUT + ls -la >> $GITHUB_OUTPUT + env >> $GITHUB_OUTPUT git clone https://${GITHUB_ACTOR}:${inputs.token}@${GITHUB_SERVER_URL}/${inputs.repository}