n8n/packages/nodes-base/nodes/Github
Jan Oberhauser 11cda41214
fix(GitHub Node): Fix issue that File->Get did not run once per item (#8190)
## Summary
The Operation File -> Get is implemented wrong. Instead of downloading a
file for each of the items it only downloads the file of the first one
and then stops.


## Related tickets and issues

https://linear.app/n8n/issue/NODE-1027/fix-issue-that-github-node-file-get



## Review / Merge checklist
- [x] PR title and summary are descriptive. **Remember, the title
automatically goes into the changelog. Use `(no-changelog)` otherwise.**
([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md))
- [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up
ticket created.
- [ ] Tests included.
> A bug is not considered fixed, unless a test is added to prevent it
from happening again.
   > A feature is not complete without tests.

Co-authored-by: Michael Kret <michael.k@radency.com>
2024-01-03 07:06:41 +02:00
..
GenericFunctions.ts fix(GitHub Node): Fix issue preventing file edits on branches (#7734) 2023-11-17 13:07:33 +00:00
Github.node.json fix(nodes-base): fix and harmonize all primaryDocumentation links (#4191) 2022-09-29 13:33:16 +03:00
Github.node.ts fix(GitHub Node): Fix issue that File->Get did not run once per item (#8190) 2024-01-03 07:06:41 +02:00
github.svg refactor: Optimize SVG icons for nodes (#8195) 2024-01-02 17:40:08 +01:00
GithubTrigger.node.json fix(nodes-base): fix and harmonize all primaryDocumentation links (#4191) 2022-09-29 13:33:16 +03:00
GithubTrigger.node.ts refactor: Unify severity and level for all application errors for Sentry (no-changelog) (#7956) 2023-12-07 16:57:02 +01:00
SearchFunctions.ts refactor: Add lint rule no-unused-param-in-catch-clause (#5868) 2023-03-31 16:44:08 +02:00