You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
488 B
19 lines
488 B
on: [push]
|
|
|
|
jobs:
|
|
encode:
|
|
runs-on: ubuntu-latest
|
|
name: Encode
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: Encode
|
|
uses: adawesomeguy/w3strings-action@v1.1
|
|
with:
|
|
csv-path: 'strings/csv/en.w3strings.csv'
|
|
id-space: 6720
|
|
out-dir: 'dlc/dlcStatTrak/content'
|
|
language: 'en'
|
|
- uses: endbug/add-and-commit@v8
|
|
with:
|
|
default_author: github_actions
|
|
message: '[CI] Update W3Strings'
|
|
|