From 09c89340e3998bb3e11c93c04ec6d3ec2ebbe6fb Mon Sep 17 00:00:00 2001 From: link Date: Wed, 12 Jan 2022 10:59:59 +0800 Subject: [PATCH] create workflow --- .github/workflows/i18n.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/i18n.yml diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml new file mode 100644 index 0000000..2c6847f --- /dev/null +++ b/.github/workflows/i18n.yml @@ -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 \ No newline at end of file