Update lockfile.yml

This commit is contained in:
zomars 2023-04-11 11:21:17 -07:00
parent 4f6d035d29
commit 8ab20c3c9f

View File

@ -18,5 +18,7 @@ jobs:
- uses: ./.github/actions/yarn-install
- name: Commit new lockfile if updated
run: |
git config --global user.email "${GITHUB_ACTOR}"
git config --global user.name "${GITHUB_ACTOR}@users.noreply.github.com"
git commit -am "Update yarn.lock"
git push