Skip to content

Commit 368cbd9

Browse files
authored
fix: dependency-update pipeline
1 parent c301c20 commit 368cbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "Pr for $dirpath already exists. Skipping."
3636
else
3737
# Create PR
38-
branch_name="dependency-updater-$dirpath"
38+
branch_name="dependency-updater-$dirpath-${{ github.run_id }}"
3939
git checkout -b "$branch_name"
4040
git add "$file"
4141
git commit -m "chore: dependency update"

0 commit comments

Comments
 (0)