CasaOS-Store/.github/workflows/i18n.yml
Workflow config file is invalid. Please check your config file: yaml: line 13: did not find expected key

26 lines
448 B
YAML

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