Skip to content

Commit 51f8a98

Browse files
authoredNov 23, 2024
Merge pull request #86 from diggerhq/feat/add-field-for-workflow-in-settings
feat/add field for workflow in settings
2 parents f4f3f9a + c42bbf7 commit 51f8a98

File tree

1 file changed

+2
-2
lines changed
  • src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/project/[projectSlug]/(specific-project-pages)

1 file changed

+2
-2
lines changed
 

‎src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/project/[projectSlug]/(specific-project-pages)/ProjectSettings.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default function ProjectSettings({ project, repositoryName }: ProjectSett
145145
animate={{ opacity: 1 }}
146146
transition={{ duration: 0.15, delay: 0.4 }}
147147
>
148-
<Label htmlFor="workflow">workflow (digger.yml)</Label>
148+
<Label htmlFor="workflow">digger.yml workflow</Label>
149149
<Controller
150150
name="workflow"
151151
control={control}
@@ -205,7 +205,7 @@ export default function ProjectSettings({ project, repositoryName }: ProjectSett
205205
animate={{ opacity: 1 }}
206206
transition={{ duration: 0.15, delay: 0.4 }}
207207
>
208-
<Label htmlFor="workflow_file">Workflow file (github action workflow)</Label>
208+
<Label htmlFor="workflow_file">Github action workflow Workflow file</Label>
209209
<Controller
210210
name="workflow_file"
211211
control={control}

0 commit comments

Comments
 (0)