From ee256e6eb5e80f400e90abf347f3658be9a0eb8e Mon Sep 17 00:00:00 2001 From: Maximiliano Bertacchini Date: Tue, 10 Sep 2024 17:07:26 +0000 Subject: [PATCH] Update check-upstream-cronjob.yml --- .github/workflows/check-upstream-cronjob.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-upstream-cronjob.yml b/.github/workflows/check-upstream-cronjob.yml index 67c7ae7..75c22b6 100644 --- a/.github/workflows/check-upstream-cronjob.yml +++ b/.github/workflows/check-upstream-cronjob.yml @@ -26,12 +26,12 @@ jobs: run: | VERSION=$(curl -s -f -H "Snap-Device-Series: 16" "https://api.snapcraft.io/v2/snaps/info/moonlight" \ | jq -r '."channel-map"[] | select(.channel.architecture=="amd64" and .channel.track=="latest" and .channel.name=="edge") | .version' \ - | grep -oP '[0-9\.]+-[0-9]+-g\K[0-9a-f0]+') + | grep -oP '[0-9\.]+-[0-9]+-g\K[0-9a-f]+') echo "VERSION: $VERSION" echo "::set-output name=version::$VERSION" trigger-edge-build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: [get-latest-upstream-commit, get-edge-snap-metadata] if: | github.event_name == 'workflow_dispatch' ||