Skip to content

Commit

Permalink
Fix name of task in template apply
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Jun 15, 2023
1 parent c0dbea0 commit 744cb34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: true
type: string
task_name:
description: 'environment to affect'
description: 'name of task to run'
required: true
type: string
secrets:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
sed "s/__IMAGE_TAG__/$DEPLOYED_IMAGE_TAG/g" ./kubernetes/job-task-${{ inputs.environment }}.tmpl \
| sed "s/__JOB_NAME__/$JOB_NAME/g" \
| sed "s/__TASK_NAME__/${{ inputs.task_name }}/g" \
| sed "s/__RAKE_TASK_NAME__/${{ inputs.task_name }}/g" \
| kubectl apply -f -
- name: Wait for completion or failure
Expand Down

0 comments on commit 744cb34

Please sign in to comment.