Oops indentation error.

This commit is contained in:
Yashwant
2020-11-17 16:19:59 +05:30
parent 64e0981f49
commit 97d37de623
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on:
- cron: '0 10 1/16 * *'
jobs:
updateCatch:
if: ${{ github.repository == 'mlpack/mlpack' }}
if: ${{ github.repository == 'mlpack/mlpack' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
+1 -1
View File
@@ -5,7 +5,7 @@ on:
- cron: '0 10 1/16 * *'
jobs:
updateCLI11:
if: ${{ github.repository == 'mlpack/mlpack' }}
if: ${{ github.repository == 'mlpack/mlpack' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2