joshdholtz / fastlane-plugin-github_action

A plugin for setting up fastlane on GitHub Actions
MIT License
37 stars 10 forks source link

typo in deploy key name #7

Open tGrothmannFluffy opened 1 year ago

tGrothmannFluffy commented 1 year ago

I was a bit worried when I saw a deploy key that said created by fastalne instead of fastlane:

https://github.com/joshdholtz/fastlane-plugin-github_action/blob/5cfdcb334fdf603409e94b09b6b10ab472f2ea35/lib/fastlane/plugin/github_action/actions/github_action_action.rb#L22

blwinters commented 12 months ago

I fixed this typo in this PR. There's another typo with a fix that's been waiting in the PRs for a while. Not that it's urgent, but any reason not to merge these @joshdholtz?