fix: Rename actor->worker in gh workflow dispatch (#263)
Fixes a typo (will be relevant later with future CI changes).
This commit is contained in:
parent
eeb47dbec5
commit
668e92934e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-containers.yml
vendored
2
.github/workflows/release-containers.yml
vendored
|
|
@ -173,7 +173,7 @@ jobs:
|
|||
# - name: Deploy to Amazon ECS
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||
# run: gh workflow -R ArcadeAI/Team run Deploy -f actor-version=${{ needs.set-version.outputs.version }}
|
||||
# run: gh workflow -R ArcadeAI/Team run Deploy -f worker-version=${{ needs.set-version.outputs.version }}
|
||||
|
||||
|
||||
release:
|
||||
|
|
|
|||
Loading…
Reference in a new issue