From e211e30310e67e47f969e1168a768d1f5c1da559 Mon Sep 17 00:00:00 2001 From: auvred Date: Mon, 21 Aug 2023 08:07:10 +0000 Subject: [PATCH] chore: use yarn v3 syntax in prettier-update workflow --- .github/workflows/prettier-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier-update.yml b/.github/workflows/prettier-update.yml index 816e5d607fc5..87fa8df1fb55 100644 --- a/.github/workflows/prettier-update.yml +++ b/.github/workflows/prettier-update.yml @@ -36,7 +36,7 @@ jobs: # We cannot use secrets.GITHUB_TOKEN for this because it is not permitted to kick off subsequent actions worfklow runs, so we use a PAT instead GITHUB_TOKEN: ${{ secrets.JAMES_HENRY_GITHUB_TOKEN }} run: | - yarn --ignore-scripts + yarn --mode skip-build yarn format # Commit all the changes to the PR (see note on not being able to use secrets.GITHUB_TOKEN for this)