Skip to content

Commit

Permalink
Update check-upstream-cronjob.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiberta authored Sep 10, 2024
1 parent 2b5fa1b commit ee256e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-upstream-cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ||
Expand Down

0 comments on commit ee256e6

Please sign in to comment.