We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c679ac4 commit 47c0f62Copy full SHA for 47c0f62
1 file changed
.github/workflows/update-lint-and-build.yml
@@ -24,7 +24,7 @@ jobs:
24
working-directory: /usr/local/bin
25
- uses: actions/checkout@master
26
with:
27
- ref: ${{ matrix.version }}
+ ref: ${{ github.ref_name }}
28
- run: ./manage_translation.py recreate_tx_config
29
env:
30
TX_TOKEN: ${{ secrets.TX_TOKEN }}
0 commit comments