Skip to content

Commit

Permalink
Merge pull request #61 from zooniverse/rake-task-fix
Browse files Browse the repository at this point in the history
Fix name of task in template apply
  • Loading branch information
zwolf authored Jun 15, 2023
2 parents c0dbea0 + 744cb34 commit 859ff18
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 859ff18

Please sign in to comment.