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.
1 parent c301c20 commit 368cbd9Copy full SHA for 368cbd9
.github/workflows/dependency-checker.yaml
@@ -35,7 +35,7 @@ jobs:
35
echo "Pr for $dirpath already exists. Skipping."
36
else
37
# Create PR
38
- branch_name="dependency-updater-$dirpath"
+ branch_name="dependency-updater-$dirpath-${{ github.run_id }}"
39
git checkout -b "$branch_name"
40
git add "$file"
41
git commit -m "chore: dependency update"
0 commit comments