create workflow

This commit is contained in:
link 2022-01-12 10:59:59 +08:00
parent 1e0e0848cd
commit 09c89340e3
1 changed files with 26 additions and 0 deletions

26
.github/workflows/i18n.yml vendored Normal file
View File

@ -0,0 +1,26 @@
name: update i18n repo
on:
repository_dispatch:
workflow_dispatch:
inputs:
ssh:
description: 'SSH connection to Actions'
required: false
default: 'false'
jobs:
xgo:
strategy:
fail-fast: false
matrix:
go_version:
- 1.17.1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: test
run: |
ls