Skip to content

Commit

Permalink
energia positiva
Browse files Browse the repository at this point in the history
  • Loading branch information
peregrinno committed Oct 19, 2024
1 parent a185418 commit 5f54926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-random-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
git fetch --all
# Lista todas as branches remotas que começam com 'random-commits'
BRANCHES=$(git branch -r | grep 'origin/random-commits')
BRANCHES=$(git branch -r | grep 'origin/random-commits' | sed 's/origin\///g' | xargs)
echo "Branches encontradas: $BRANCHES"
echo "BRANCHES=\"$BRANCHES\"" >> $GITHUB_ENV
Expand Down

0 comments on commit 5f54926

Please sign in to comment.