Skip to content

Commit

Permalink
doc:add funding
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Mar 1, 2024
1 parent 2f58a93 commit 59957c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
---
github: cunla
polar: cunla
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ are passing on your changes.
# Sponsor
GitHub Actions Manager for JetBrains products is developed for free.

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://polar.sh/embed/subscribe.svg?org=cunla&label=Subscribe&darkmode">
<img alt="Subscribe on Polar" src="https://polar.sh/embed/subscribe.svg?org=polarsource&label=Subscribe">
</picture>

Support this project by becoming a sponsor using [this link](https://github.com/sponsors/cunla).


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class WorkflowDataContextService(private val project: Project) {
settingsService.state.apiToken
}

val requestExecutor = GithubApiRequestExecutor.Factory.Companion.getInstance().create(token = token)
val requestExecutor = GithubApiRequestExecutor.Factory.getInstance().create(token = token)
val singleRunDataLoader = SingleRunDataLoader(requestExecutor)
return WorkflowRunSelectionContext(
checkedDisposable,
Expand Down

0 comments on commit 59957c3

Please sign in to comment.