From b180ef92edf14818bf9264392aa8b08e760db3c3 Mon Sep 17 00:00:00 2001 From: EduardGomezEscandell Date: Mon, 2 Oct 2023 16:06:07 +0200 Subject: [PATCH] Use my fork of the desktop engineering repo (TODO: revert) --- .github/workflows/qa.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 891eba375..d33f84ce2 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -61,7 +61,7 @@ jobs: run: | dart pub global activate protoc_plugin - name: Quality check - uses: canonical/desktop-engineering/gh-actions/go/code-sanity@main + uses: EduardGomezEscandell/desktop-engineering/gh-actions/go/code-sanity@dont-use-sudo with: working-directory: ${{ matrix.subproject }} go-tags: gowslmock @@ -116,7 +116,7 @@ jobs: package-dir: '${{ matrix.package }}' run-build-runner: ${{ contains(matrix.package, 'ubuntupro') }} - name: Ensure module files are up to date - uses: canonical/desktop-engineering/gh-actions/common/has-diff@main + uses: EduardGomezEscandell/desktop-engineering/gh-actions/common/has-diff@dont-use-sudo with: working-directory: ${{ matrix.package }} paths-to-ignore: '*/pubspec.lock'