Skip to content

Commit

Permalink
fix Fink link creation
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasBuchfink committed Feb 20, 2024
1 parent e38e113 commit 3055585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inlang/source-code/github-lint-action/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export async function run(): Promise<void> {
${lintSummary
.map(
(lintSummary) =>
`| ${lintSummary.name} | ${lintSummary.count} | [contribute (via Fink 🐦)](https://fink.inlang.com/github.com/${headMeta.owner}/${headMeta.repo}/?branch=${headMeta.branch}&project=${project_path}&lint=${lintSummary.id}) |`
`| ${lintSummary.name} | ${lintSummary.count} | [contribute (via Fink 🐦)](https://fink.inlang.com/github.com/${headMeta.owner}/${headMeta.repo}?branch=${headMeta.branch}&project=${project_path}&lint=${lintSummary.id}) |`
)
.join("\n")}
`
Expand Down

0 comments on commit 3055585

Please sign in to comment.