github / vscode-github-actions

GitHub Actions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-github-actions
MIT License
469 stars 70 forks source link

Changing ssh key with extension causes libcrypto error #343

Open hoanghaix86 opened 1 month ago

hoanghaix86 commented 1 month ago

Changing ssh key with extension causes libcrypto error Changing ssh private key using Github Actions Extensions causes libcrypto error Please see the steps I took below

To Reproduce Steps to reproduce the behavior:

  1. Copy ssh private ssh key
  2. Paste into the input box
  3. Run workflow

Expected behavior Run without error

Screenshots

  1. Step 1

  2. Step 2

  3. Step 3

  4. Result

  5. On GitHub Browser Update with GitHub Browser

  6. It worked! worked

Extension Version v0.26.3

ys-zb commented 2 weeks ago

I am experiencing the same behaviour. I guess the extension breaks key formatting.