Commit graph

  • 4861d65a3c fix: add debug option for SSH remote shell wrapper to assist with troubleshooting main Karolis2011 2025-11-20 01:19:48 +02:00
  • 5ca29a1899 fix: update shell wrapper usage to include argument for remote execution Karolis2011 2025-11-20 01:14:30 +02:00
  • 6f6f64807e fix: enhance mktemp usage for cross-platform compatibility in SSH wrapper creation Karolis2011 2025-11-20 01:06:47 +02:00
  • 0338e73fcc fix: correct quoting for mktemp wrapper path in setup script Karolis2011 2025-11-20 00:38:27 +02:00
  • 91e3790b1b fix: update shell wrapper registration to use directory path and improve echo statements v1 Karolis2011 2025-11-20 00:15:52 +02:00
  • 8b0eaf3b2a fix: mktemp wrapper creation and register custom shell via mapping Karolis2011 2025-11-20 00:14:48 +02:00
  • e20d2c2744 fix: correct wrapper mktemp quote, create symlink to wrapper script, and register shell via Karolis2011 2025-11-20 00:07:43 +02:00
  • 763b8f8e8d fix: do not place shell wrapper in GITHUB_WORKSPACE; use RUNNER_TEMP or /tmp Karolis2011 2025-11-20 00:02:42 +02:00
  • b41a00431c refactor: remove push trigger from example workflow Karolis2011 2025-11-19 23:23:27 +02:00
  • c54d7dfa89 feat: check for SSH, attempt install via package manager if missing Karolis2011 2025-11-19 23:21:20 +02:00
  • a5027e414c feat: initial release — Setup SSH Client GitHub Action\n\nInitial implementation of the action to configure an SSH client and an optional remote shell wrapper.\n- Creates ~/.ssh, adds identity and known_hosts\n- Adds ssh config for 'github-action-host'\n- Optional SSH remote shell wrapper using mktemp\n- Fails when strict-host-key-checking is 'yes' and no hosts are provided\n\nThis is the initial creation of the action., Karolis2011 2025-11-19 23:18:55 +02:00