Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Switch back to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sinegar authored Aug 19, 2021
1 parent b45e642 commit 4311421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
export url=http://downloads.3cx.com/downloads/debian/dists/buster/main/binary-amd64/Packages.gz
export package=3cxpbx
echo package_version=$(curl -s $url | gunzip | grep -A 10 "^Package: $package$" | awk '/Version: 16/ { print $2 }' | sort -r | head -1) >> $GITHUB_ENV
echo package_version=$(curl -s $url | gunzip | grep -A 10 "^Package: $package$" | awk '/Version: / { print $2 }' | sort -r | head -1) >> $GITHUB_ENV
-
name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 4311421

Please sign in to comment.