Skip to content

Commit

Permalink
Merge pull request #86 from diggerhq/feat/add-field-for-workflow-in-s…
Browse files Browse the repository at this point in the history
…ettings

feat/add field for workflow in settings
  • Loading branch information
motatoes authored Nov 23, 2024
2 parents f4f3f9a + c42bbf7 commit 51f8a98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function ProjectSettings({ project, repositoryName }: ProjectSett
animate={{ opacity: 1 }}
transition={{ duration: 0.15, delay: 0.4 }}
>
<Label htmlFor="workflow">workflow (digger.yml)</Label>
<Label htmlFor="workflow">digger.yml workflow</Label>
<Controller
name="workflow"
control={control}
Expand Down Expand Up @@ -205,7 +205,7 @@ export default function ProjectSettings({ project, repositoryName }: ProjectSett
animate={{ opacity: 1 }}
transition={{ duration: 0.15, delay: 0.4 }}
>
<Label htmlFor="workflow_file">Workflow file (github action workflow)</Label>
<Label htmlFor="workflow_file">Github action workflow Workflow file</Label>
<Controller
name="workflow_file"
control={control}
Expand Down

0 comments on commit 51f8a98

Please sign in to comment.