Skip to content

Commit

Permalink
Change master to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tczekajlo committed Dec 15, 2020
1 parent cb2b9cd commit 84dfe8c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# Run rasa train and rasa test
- name: My first step
uses: RasaHQ/rasa-train-test-gha@master
uses: RasaHQ/rasa-train-test-gha@main
with:
test_type: nlu
```
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
# ...
- name: Train and Test Rasa Demo
uses: RasaHQ/rasa-train-test-gha@master
uses: RasaHQ/rasa-train-test-gha@main
with:
# List of available tags: https://hub.docker.com/r/rasa/rasa/tags
rasa_version: '2.0.0-full'
Expand All @@ -94,7 +94,7 @@ jobs:
# ...
- name: Train and Test Rasa Demo
id: action
uses: RasaHQ/rasa-train-test-gha@master
uses: RasaHQ/rasa-train-test-gha@main
with:
# List of available tags: https://hub.docker.com/r/rasa/rasa/tags
rasa_version: '2.0.0-full'
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
steps:
# ...
- name: Train and Test Rasa Demo
uses: RasaHQ/rasa-train-test-gha@master
uses: RasaHQ/rasa-train-test-gha@main
with:
# List of available tags: https://hub.docker.com/r/rasa/rasa/tags
rasa_version: '2.0.0-full'
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
-O test_model.tar.gz
- name: Train and Test Rasa Demo
uses: RasaHQ/rasa-train-test-gha@master
uses: RasaHQ/rasa-train-test-gha@main
with:
# List of available tags: https://hub.docker.com/r/rasa/rasa/tags
rasa_version: '2.0.0-full'
Expand All @@ -178,7 +178,7 @@ jobs:
steps:
# ...
- name: Train and Test Rasa Demo
uses: RasaHQ/rasa-train-test-gha@master
uses: RasaHQ/rasa-train-test-gha@main
with:
# List of available tags: https://hub.docker.com/r/rasa/rasa/tags
rasa_version: '2.0.0-full'
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
# ...
- name: Train and Test Rasa Demo
id: action
uses: RasaHQ/rasa-train-test-gha@master
uses: RasaHQ/rasa-train-test-gha@main
with:
# List of available tags: https://hub.docker.com/r/rasa/rasa/tags
rasa_version: '2.0.0-full'
Expand Down

0 comments on commit 84dfe8c

Please sign in to comment.