diff options
| author | Loyalsoldier <[email protected]> | 2019-12-13 21:06:02 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-13 21:06:02 +0800 |
| commit | bbf610244e0242aaedc31c9b9ee2fa61947590bd (patch) | |
| tree | 3c06453bc217a7229e8889d8899df146e7f8e696 | |
| parent | b6273e6e8cdc6689183695f572fb81b0c2c22083 (diff) | |
fixed indent
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6ab264aa..24c9058f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,7 +1,7 @@ name: Go on: schedule: - - cron: 0 0 * * 3 + - cron: 0 0 * * 3 jobs: build: |
