diff --git a/action.yml b/action.yml index efede8b..e55fa22 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: using: "composite" steps: - run: env - - run: cat ${GITHUB_EVENT_PATH} + - run: cat $GITHUB_EVENT_PATH - run: cp ${GITHUB_ACTION_PATH}/gitconfig /root/.gitconfig - name: Run executor git run: python -m executor git