Fixed the GitHub Actions example.
- @v0.7.0 didn't work - Now we have a @v1
This commit is contained in:
parent
dffb7f5cfc
commit
e6d7eae893
|
|
@ -1976,7 +1976,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: INTI-CMNB/KiBot@v0.7.0
|
||||
- uses: INTI-CMNB/KiBot@v1
|
||||
with:
|
||||
# Required - kibot config file
|
||||
config: config.kibot.yaml
|
||||
|
|
|
|||
|
|
@ -942,7 +942,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: INTI-CMNB/KiBot@v0.7.0
|
||||
- uses: INTI-CMNB/KiBot@v1
|
||||
with:
|
||||
# Required - kibot config file
|
||||
config: config.kibot.yaml
|
||||
|
|
|
|||
Loading…
Reference in New Issue