We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69d490 commit 4bdbfc7Copy full SHA for 4bdbfc7
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: "Generate diffs"
21
run: |
22
git config --global user.name 'Version Bot'
23
- git config --global user.email 'version-bot@users.noreply.github.com'
+ git config --global user.email 'laravel-upgrade-helper@users.noreply.github.com'
24
curl --output generate-diffs.php https://raw.githubusercontent.com/laravel-upgrade-helper/laravel-diff-generator/main/generate-diffs.php
25
php ./generate-diffs.php
26
LATEST_VERSION=$(tail -n 1 tags.txt)
0 commit comments