From 85cbb4d26b249172d50b7815efb438c9b9fbc408 Mon Sep 17 00:00:00 2001 From: David de Kloet Date: Mon, 15 Jul 2024 13:38:57 +0200 Subject: [PATCH] no commit --- .github/workflows/update-next.yml | 2 -- .github/workflows/update-proposals.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/update-next.yml b/.github/workflows/update-next.yml index 7dd31090ca7..a6257a08acb 100644 --- a/.github/workflows/update-next.yml +++ b/.github/workflows/update-next.yml @@ -28,13 +28,11 @@ jobs: run: | cd frontend npm run update:gix - git commit -a -m "Bump gix-components" - name: Update ic-js if: ${{ inputs.ic_js }} run: | cd frontend npm run upgrade:next - git commit -a -m "Bump ic-js" - name: Create Pull Request id: cpr # Note: If there were no changes, this step creates no PR. diff --git a/.github/workflows/update-proposals.yml b/.github/workflows/update-proposals.yml index 7dd31090ca7..a6257a08acb 100644 --- a/.github/workflows/update-proposals.yml +++ b/.github/workflows/update-proposals.yml @@ -28,13 +28,11 @@ jobs: run: | cd frontend npm run update:gix - git commit -a -m "Bump gix-components" - name: Update ic-js if: ${{ inputs.ic_js }} run: | cd frontend npm run upgrade:next - git commit -a -m "Bump ic-js" - name: Create Pull Request id: cpr # Note: If there were no changes, this step creates no PR.