We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
include-workspace-root
/main
1 parent 5dc5eee commit ef85b08Copy full SHA for ef85b08
.github/workflows/post-dependabot.yml
@@ -49,7 +49,7 @@ jobs:
49
id: flags
50
run: |
51
dependabot_dir="${{ steps.metadata.outputs.directory }}"
52
- if [[ "$dependabot_dir" == "/" ]]; then
+ if [[ "$dependabot_dir" == "/" || "$dependabot_dir" == "/main" ]]; then
53
echo "workspace=-iwr" >> $GITHUB_OUTPUT
54
else
55
# strip leading slash from directory so it works as a
0 commit comments