Commit 02d72741 by Francisco Giordano

eddit merge-upstream commit message

parent ccb7795f
...@@ -5,5 +5,5 @@ set -euo pipefail -x ...@@ -5,5 +5,5 @@ set -euo pipefail -x
git fetch 'https://github.com/OpenZeppelin/openzeppelin-contracts.git' git fetch 'https://github.com/OpenZeppelin/openzeppelin-contracts.git'
git config user.name 'github-actions' git config user.name 'github-actions'
git config user.email '41898282+github-actions[bot]@users.noreply.github.com' git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
git merge --no-edit FETCH_HEAD git merge FETCH_HEAD -m 'Merge upstream openzeppelin-contracts into upstream-patched'
git push git push
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment