Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
balins committed May 22, 2024
1 parent 3fec950 commit cb1da8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-room-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build Room Manager example
run: docker build -f examples/room-manager/Dockerfile -t gh-runner-room-manager .

- name: Clean up the previous Room Manager container
- name: Remove the previous Room Manager container
run: docker rm -f gh-runner-room-manager

- name: Run Room Manager example
Expand Down

0 comments on commit cb1da8a

Please sign in to comment.