From 5379a23aa9c0d8921acb51d58b845c95d787f67f Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Mon, 5 Feb 2024 14:42:04 +0400 Subject: [PATCH] actions: Noble support --- .github/workflows/update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 1f43e2a..ecd6cb5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -3,7 +3,7 @@ name: Update Metapackages on: push: branches: - - mantic + - noble jobs: build: @@ -28,12 +28,12 @@ jobs: repository: Ubuntu-Sway/ubuntu-sway-meta path: ubuntu-sway-meta token: "${{ secrets.GIT_USER_TOKEN }}" - ref: mantic + ref: noble - name: Update metapackages shell: bash env: - BRANCH: mantic + BRANCH: noble run: | cd ubuntu-sway-meta ./update