Skip to content

Commit

Permalink
[ci] fix PR body
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed May 8, 2024
1 parent caaba2e commit f49d2a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/daily-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,10 @@ jobs:
}
if ! git diff --quiet --cached --exit-code; then
updatedFiles=$(git diff --cached --name-only)
echo "File changed"
git commit -m "[deps] Bump T1 dependencies"
git push origin "$branch" --force-with-lease
nix run '.#gh' -- \
pr create --title "Bump T1 dependencies" --body "Updated: $(git diff --cached --name-only)"
pr create --title "Bump T1 dependencies" --body "Updated: $updatedFiles"
fi

0 comments on commit f49d2a3

Please sign in to comment.