Skip to content

Commit

Permalink
Add LT_BRANCH env var to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Jul 16, 2024
1 parent edb7f42 commit 7c27b1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
env:
LT_BRANCH: "pt/dict/v1.2.0"

- name: Set up Poetry
uses: Gr1N/setup-poetry@v8
Expand Down Expand Up @@ -74,7 +76,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: languagetool-org/languagetool
ref: fix-dict-issues
ref: ${{ env.LT_BRANCH }}
path: ${{ env.LT_HOME }}
token: ${{ secrets.LT_OS_TOKEN }}

Expand Down

0 comments on commit 7c27b1d

Please sign in to comment.