diff options
author | 2021-12-07 12:29:30 -0600 | |
---|---|---|
committer | 2021-12-07 12:29:30 -0600 | |
commit | 6b0e243b095ff044533389f987788f472b7fd626 (patch) | |
tree | 9f0f0193fefaca37cbe12d67fc84e5d0a00f3ce9 | |
parent | b87891f50e338d9d6a11f9c094b2fea03c1b4fee (diff) | |
download | astro-6b0e243b095ff044533389f987788f472b7fd626.tar.gz astro-6b0e243b095ff044533389f987788f472b7fd626.tar.zst astro-6b0e243b095ff044533389f987788f472b7fd626.zip |
chore(actions): update actions
-rw-r--r-- | .github/workflows/ci.yml | 4 | ||||
-rw-r--r-- | .github/workflows/format.yml | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 650082616..3d8c336eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,8 +62,8 @@ jobs: eslint_extensions: ts prettier: true auto_fix: true - git_name: GitHub Action - git_email: github-action@users.noreply.github.com + git_name: github-actions[bot] + git_email: github-actions[bot]@users.noreply.github.com commit_message: 'chore(lint): ${linter} fix' github_token: ${{ secrets.GITHUB_TOKEN }} neutral_check_on_warning: true diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 6f743b101..b4715c66f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -22,7 +22,6 @@ jobs: run: yarn --frozen-lockfile --ignore-engines env: CI: true - - run: yarn lerna run build --scope @astrojs/parser - name: Format code run: yarn format - name: Commit changes |