Skip to content

Commit 46a1958

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 18f1030 commit 46a1958

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
@@ -148,7 +148,7 @@ To set up automated builds and tests with GitHub Actions, you need to:
148148
# Install dependencies and run tests
149149
- uses: actions/checkout@v2
150150
- run: npm install && npm run test
151-
# Build latest version
151+
# Build beta version
152152
- uses: distributhor/workflow-webhook@v1
153153
env:
154154
webhook_url: ${{ secrets.BUILD_ACTOR_URL }}

0 commit comments

Comments
 (0)