Skip to content

Commit

Permalink
Replace the set-output command with environment files
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Dec 12, 2022
1 parent f6e6e9a commit c854cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
run: |
VERSION=$(git ls-remote --sort version:refname --tags https://chromium.googlesource.com/chromium/src '*.*.*.0' | grep -oE '[0-9]+\.[0-9]+\.[0-9]+.0' | tail -n1)
BUILD=$(echo "$VERSION" | cut -d. -f3)
echo "::set-output name=version::$VERSION"
echo "::set-output name=branch::chromium/$BUILD"
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "branch=chromium/$BUILD" >> $GITHUB_OUTPUT
- name: Trigger build
uses: benc-uk/workflow-dispatch@v1
with:
Expand Down

0 comments on commit c854cb9

Please sign in to comment.