diff --git a/og/unit/action.yml b/og/unit/action.yml index 427159e..49d156c 100644 --- a/og/unit/action.yml +++ b/og/unit/action.yml @@ -12,7 +12,11 @@ inputs: runs: using: "composite" - steps: + steps: + - uses: actions/setup-python@v4 + with: + python-version: '3.10' + - run: | eval `ssh-agent` echo "${{ inputs.key }}" | ssh-add -