Skip to content

Commit 47c0f62

Browse files
committed
Use current branch for testing
1 parent c679ac4 commit 47c0f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
working-directory: /usr/local/bin
2525
- uses: actions/checkout@master
2626
with:
27-
ref: ${{ matrix.version }}
27+
ref: ${{ github.ref_name }}
2828
- run: ./manage_translation.py recreate_tx_config
2929
env:
3030
TX_TOKEN: ${{ secrets.TX_TOKEN }}

0 commit comments

Comments
 (0)