Skip to content

✨ Updated Ethereum Address Validation Logic! πŸš€ #37

✨ Updated Ethereum Address Validation Logic! πŸš€

✨ Updated Ethereum Address Validation Logic! πŸš€ #37

name: 'Github: Update AUTHORS'
on:
push:
branches:
- main
jobs:
updateAuthors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Update AUTHORS
run: |
git log --format='%aN <%aE>%n%cN <%cE>' | sort -u > AUTHORS
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
commit-message: update authors
title: Update AUTHORS
body: Credit new contributors by updating AUTHORS
branch: update-authors