Skip to content

Commit

Permalink
repository name fix in release_bot
Browse files Browse the repository at this point in the history
There is a typo in release bot workflow which points to the wrong repo.
This typo was caused by testing the release-bot functionality in the
fork.

Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja committed Nov 28, 2024
1 parent 4d7a488 commit c80725f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
run: |
discussion_data=$(gh api graphql -f query='{
search(first: 100, query: "repo:richtja/autils is:open category:Release-decision", type: DISCUSSION) {
search(first: 100, query: "repo:avocado-framework/autils is:open category:Release-decision", type: DISCUSSION) {
nodes {
... on Discussion {
id createdAt
Expand Down

0 comments on commit c80725f

Please sign in to comment.