Skip to content

Commit 61354cf

Browse files
Update sources/platform/actors/development/deployment/continuous_integration.md
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
1 parent 8f7d79e commit 61354cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/platform/actors/development/deployment/continuous_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To set up automated builds and tests with GitHub Actions, you need to:
8585
8686
1. Create GitHub Actions workflow files:
8787
1. In your repository, create the `.github/workflows` directory
88-
1. Add `latest.yml`. If you want, you can also add `beta.yml` to build actors from the develop branch (or other branches).
88+
1. Add `latest.yml`. If you want, you can also add `beta.yml` to build Actors from the develop branch (or other branches).
8989
9090
<Tabs groupId="main">
9191
<TabItem value="latest.yml" label="latest.yml">

0 commit comments

Comments
 (0)