Skip to content

Commit

Permalink
fix: repo path
Browse files Browse the repository at this point in the history
Corretto il path della repo da cui prendere i commit.
  • Loading branch information
ncvescera authored Aug 9, 2023
1 parent 1e1e7a9 commit 332de65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/configs/conf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ split_commits = false
# regex for parsing and grouping commits

commit_preprocessors = [
{pattern = ".*", replace_command="echo -n \"$(head -1 $@) @$(gh api -H 'Accept: application/vnd.github+json' -H 'X-GitHub-Api-Version: 2022-11-28' /repos/ncvescera/provaactions/commits/$COMMIT_SHA | jq -r .author.login)\""}
{pattern = ".*", replace_command="echo -n \"$(head -1 $@) @$(gh api -H 'Accept: application/vnd.github+json' -H 'X-GitHub-Api-Version: 2022-11-28' /repos/Typing-Monkeys/AppuntiUniversita/commits/$COMMIT_SHA | jq -r .author.login)\""}
]

commit_parsers = [
Expand Down

0 comments on commit 332de65

Please sign in to comment.