You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the dependabot/fetch-metadata action (latest version) in my workflow to handle Dependabot pull requests. However, I am encountering an issue where the directory output is returning / for all directories.
PS: I'm using Dependabot with the group feature.
Here's the dependabot.yml configuration for the repository:
That code is expecting the branch name to contain the dependency name when for grouped updates it will only contain the group name, and because all the dependency names contain multiple /s it is failing to get the directory name.
This is similar to #493 and #494, but it is not addressed by my pr #495.
I am using the
dependabot/fetch-metadata
action (latest version) in my workflow to handle Dependabot pull requests. However, I am encountering an issue where thedirectory
output is returning/
for all directories.PS: I'm using Dependabot with the
group
feature.Here's the dependabot.yml configuration for the repository:
Here's an example of the outputs returned by the dependabot/fetch-metadata action:
Here is the example PR link: https://github.com/navruzm/depbot/pull/1
The text was updated successfully, but these errors were encountered: