Skip to content

Commit

Permalink
feat: better auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Oct 3, 2024
1 parent 9895c0e commit 194acbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,10 @@ jobs:
git push --force-with-lease origin $BRANCH_NAME
echo "Diffs:" > body
echo "```" >> body
echo "\`\`\`" >> body
cat all-diffs >> body
echo "```" >> body
echo "\`\`\`" >> body
cat body
gh pr create --title "Flake update" --body-file body --base master --head "$BRANCH_NAME" --reviewer appaquet
env:
Expand Down

0 comments on commit 194acbd

Please sign in to comment.