ci: Rename commit names for automatic updates
This commit is contained in:
2
.github/workflows/update-generated-files.yml
vendored
2
.github/workflows/update-generated-files.yml
vendored
@@ -32,5 +32,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name 'github-actions[bot]'
|
git config --global user.name 'github-actions[bot]'
|
||||||
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
git commit -am "chore: Automatic update with accurate wordlists for generated files [skip ci]"
|
git commit -am "chore: Automatic update of generated files [skip ci]"
|
||||||
git push
|
git push
|
||||||
|
|||||||
2
.github/workflows/update-tlds-list.yml
vendored
2
.github/workflows/update-tlds-list.yml
vendored
@@ -33,5 +33,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name 'github-actions[bot]'
|
git config --global user.name 'github-actions[bot]'
|
||||||
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
git commit -am "chore: TLDs list update of `date +'%Y-%m-%d %H:%M:%S'`"
|
git commit -am "chore: Automatic update of TLDs list (`date +'%Y-%m-%d %H:%M:%S'`)"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user