Skip to content

Commit 16a1d0c

Browse files
committed
test: Remove commented code in dependabot.yml
The commented code in the dependabot.yml Github workflow has been removed. This change cleans up the script to improve readability and maintain good coding practices.
1 parent dd331b0 commit 16a1d0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
git fetch --no-tags --prune --depth=5 origin '+refs/heads/release/*:refs/remotes/origin/release/*'
2626
2727
- run: |
28-
# echo "::set-output name=matrix::$(git branch -r | grep 'origin/release/' | sed 's/origin\///' | jq -R -s -c 'split("\n")[:-1]' | head -255)"
2928
echo "release_branch=$(git branch -r | grep 'origin/release/' | sed 's/origin\///' | jq -R -s -c 'split("\n")[:-1]' | head -255)" >> $GITHUB_OUTPUT
3029
id: get-branch
3130

0 commit comments

Comments
 (0)