Skip to content

Bump Microsoft.Windows.Compatibility from 10.0.8 to 10.0.9 #94

Bump Microsoft.Windows.Compatibility from 10.0.8 to 10.0.9

Bump Microsoft.Windows.Compatibility from 10.0.8 to 10.0.9 #94

Workflow file for this run

on:
pull_request:
types: [labeled]
name: "Translations Sync"
jobs:
push-strings-to-transifex:
if: github.event.label.name == 'Ready for translations'
name: push-strings-to-transifex
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@master
- name: "Run action"
with:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
uses: docker://sergioisidoro/github-transifex-action:v0.2.0