Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
mmar-patcher: Set env VERSION for direct URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
tytydraco authored Aug 24, 2020
1 parent 7884b13 commit 583a5bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mmar-patcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
else
echo "::set-env name=VERSION::`git ls-remote --tags https://github.com/topjohnwu/Magisk | grep manager- | awk -F / '{print $NF}' | tail -n 1 | awk -F '-' '{print $2}'`"
fi
[[ ! -z "${{ github.event.inputs.url }}" ]] && echo "::set-env name=VERSION::url-provided"
- name: Bail If Existing
id: bail_if_existing
Expand Down

0 comments on commit 583a5bd

Please sign in to comment.