Skip to content

Commit

Permalink
Merge pull request #5 from RasaHQ/change_name_repo
Browse files Browse the repository at this point in the history
other: Change the repository name
  • Loading branch information
Tomasz Czekajlo authored Dec 15, 2020
2 parents 7ebcd28 + d6c266a commit 7f05547
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rasa GitHub Action
# Rasa Build Action Server GitHub Action

You can find more information about Rasa actions in [the Rasa Open Source docs](https://rasa.com/docs/rasa/core/actions/).
You can find more information about the action server in the [action server docs](https://rasa.com/docs/action-server).
Expand All @@ -14,7 +14,7 @@ jobs:
my_first_job:
steps:
- name: My first step
uses: RasaHQ/action-server-gha@master
uses: RasaHQ/rasa-action-server-gha@master
with:
actions_directory: my_directory
requirements_file: my_file
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
# ...
- name: Build an action server
uses: RasaHQ/action-server-gha@master
uses: RasaHQ/rasa-action-server-gha@master
with:
docker_image_name: 'rasahq/action-server-example'
# More details on how to use GitHub secrets:
Expand All @@ -83,7 +83,7 @@ jobs:
steps:
# ...
- name: Build an action server
uses: RasaHQ/action-server-gha@master
uses: RasaHQ/rasa-action-server-gha@master
with:
docker_image_name: 'rasahq/action-server-example'
# More details on how to use GitHub secrets:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- id: action_server
name: Build an action server with custom actions
uses: RasaHQ/action-server-gha@master
uses: RasaHQ/rasa-action-server-gha@master
with:
docker_image_name: 'rasahq/action-server-example'
docker_registry_login: ${{ secrets.DOCKER_HUB_LOGIN }}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
steps:
# ...
- name: Build an action server
uses: RasaHQ/action-server-gha
uses: RasaHQ/rasa-action-server-gha
with:
actions_directory: 'examples/actions'
# Push a Docker image into GitHub Container Registry
Expand Down

0 comments on commit 7f05547

Please sign in to comment.