mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Add version ref
This commit is contained in:
4
.github/workflows/transifex.yml
vendored
4
.github/workflows/transifex.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install transifex-client
|
||||
- name: Create .transifexrc
|
||||
uses: DamianReeves/write-file-action
|
||||
uses: DamianReeves/write-file-action@v1
|
||||
with:
|
||||
path: ${{env.home}}/.transifexrc
|
||||
write-mode: overwrite
|
||||
@@ -36,4 +36,4 @@ jobs:
|
||||
password = ${{secrets.TX_TOKEN}}
|
||||
username = api
|
||||
- name: Push source strings to Transifex
|
||||
run: tx push --source --no-interactive
|
||||
run: tx push --source --no-interactive
|
||||
|
||||
Reference in New Issue
Block a user