-
Notifications
You must be signed in to change notification settings - Fork 274
Comparing changes
Open a pull request
base repository: webfactory/ssh-agent
base: v0.5.4
head repository: webfactory/ssh-agent
compare: v0.7.0
- 13 commits
- 10 files changed
- 9 contributors
Commits on Feb 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 19a5c66 - Browse repository at this point
Copy the full SHA 19a5c66View commit details -
Merge pull request #109 from koshieguchi/fix_a_typo_in_README
Fix a typo in README.md
Configuration menu - View commit details
-
Copy full SHA for 53715f8 - Browse repository at this point
Copy the full SHA 53715f8View commit details
Commits on Sep 1, 2022
-
Bump @actions/core from 1.2.6 to 1.9.1 (#125)
* Bump @actions/core from 1.2.6 to 1.9.1 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Bump the copyright year * yarn.lock syntax updates * Rebuild dist/ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Pigulla <mp@webfactory.de>
Configuration menu - View commit details
-
Copy full SHA for 5a6c248 - Browse repository at this point
Copy the full SHA 5a6c248View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26e485b - Browse repository at this point
Copy the full SHA 26e485bView commit details
Commits on Oct 19, 2022
-
Update node from node12 to node16 (#132)
This addresses the deprecation of Node 12 in GHA (https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/).
Configuration menu - View commit details
-
Copy full SHA for ea4c593 - Browse repository at this point
Copy the full SHA ea4c593View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28cb4d8 - Browse repository at this point
Copy the full SHA 28cb4d8View commit details -
Add an action input/flag to disable logging of public key information (…
Configuration menu - View commit details
-
Copy full SHA for fbef2c7 - Browse repository at this point
Copy the full SHA fbef2c7View commit details -
Provide
gitPath
for Windows to avoid failures onwindows-2022
(Gi……tHub-hosted runner) (#137) ### Problem: Observed error on `windows-2022` ([GitHub-hosted runner](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources)) that `git` command cannot be found. ### Issue: Cannot find git executable on on windows-2022 (GitHub-hosted runner) #136 ### Solution: This path improvement makes use of existing `path.js` to resolve and return correct `git.exe` path for Windows, leaving the executable name as it was for other operating systems. ### Caveats: No idea how and why this `c://progra~1//git//usr//bin//git.exe` mumbo-jumbo works but it apparently did for other executables so figured it should work for `git.exe` (and it does).
Configuration menu - View commit details
-
Copy full SHA for df2f741 - Browse repository at this point
Copy the full SHA df2f741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c78a1c - Browse repository at this point
Copy the full SHA 2c78a1cView commit details -
Explain how to use
docker/build-push-action
with deployment-key con…Configuration menu - View commit details
-
Copy full SHA for b19b28d - Browse repository at this point
Copy the full SHA b19b28dView commit details -
Avoid nonsensical log message (#139)
This change avoids the `Comment for (public) key '' does not match GitHub URL pattern. Not treating it as a GitHub deploy key.` log message that was caused by inappropriate parsing of `ssh-add -L` output and confused a lot of users already.
Configuration menu - View commit details
-
Copy full SHA for 0a7dc1c - Browse repository at this point
Copy the full SHA 0a7dc1cView commit details -
Fix path to
git
binary on Windows runners (#140)This PR fixes an apparently wrong path to the `git` binary that was added in #136. According to https://github.com/actions/checkout/discussions/928#discussioncomment-3861581, the path should not contain the `usr/` part, although for `ssh-add` and `ssh-agent`, it has to.
Configuration menu - View commit details
-
Copy full SHA for 8a9e20a - Browse repository at this point
Copy the full SHA 8a9e20aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 836c84e - Browse repository at this point
Copy the full SHA 836c84eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.5.4...v0.7.0