From 79fe4f4bf630b187c8de09ac10178946d8db1476 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Thu, 16 Oct 2025 19:44:32 -0500 Subject: [PATCH] Ran prettier Signed-off-by: Andre Wanlin --- .github/workflows/deploy_packages.yml | 6 +++--- .github/workflows/verify_e2e-linux.yml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy_packages.yml b/.github/workflows/deploy_packages.yml index 4eeed51fdf..e3e109dfe7 100644 --- a/.github/workflows/deploy_packages.yml +++ b/.github/workflows/deploy_packages.yml @@ -88,7 +88,7 @@ jobs: id: release_check run: node scripts/check-if-release.js env: - COMMIT_SHA_BEFORE: "${{ github.event.before }}" + COMMIT_SHA_BEFORE: '${{ github.event.before }}' - name: validate config run: yarn backstage-cli config:check --lax @@ -133,7 +133,7 @@ jobs: env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} with: - args: "Master build failed https://github.com/{{GITHUB_REPOSITORY}}/actions/runs/{{GITHUB_RUN_ID}}" + args: 'Master build failed https://github.com/{{GITHUB_REPOSITORY}}/actions/runs/{{GITHUB_RUN_ID}}' # A separate release build that is only run for commits that are the result of merging the "Version Packages" PR # We can't re-use the output from the above step, but we'll have a guaranteed node_modules cache and @@ -161,4 +161,4 @@ jobs: env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_MAINTAINERS_WEBHOOK }} with: - args: "A new release is ready to be [published](https://github.com/backstage/publishing/actions/workflows/publish-main.yml) from {{GITHUB_SHA}}" + args: 'A new release is ready to be [published](https://github.com/backstage/publishing/actions/workflows/publish-main.yml) from {{GITHUB_SHA}}' diff --git a/.github/workflows/verify_e2e-linux.yml b/.github/workflows/verify_e2e-linux.yml index 02ec73157d..dc81d42e8a 100644 --- a/.github/workflows/verify_e2e-linux.yml +++ b/.github/workflows/verify_e2e-linux.yml @@ -3,11 +3,11 @@ on: # NOTE: If you change these you must update verify_e2e-linux-noop.yml as well pull_request: paths-ignore: - - ".changeset/**" - - "contrib/**" - - "docs/**" - - "microsite/**" - - "beps/**" + - '.changeset/**' + - 'contrib/**' + - 'docs/**' + - 'microsite/**' + - 'beps/**' push: branches: [master]