Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Oct 7, 2023
1 parent 27b0203 commit 2e2d5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/integrations/github-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import {DocsTOC} from '~/components/DocsTOC'
id: 'configuration',
headings: [
{name: 'Option 1 - Build and push action', id: 'option-1--depot-build-and-push-action'},
{name: 'Option 2 — Depot bake action', id: 'option-2--depot-bake-action'}
{name: 'Option 2 — Depot bake action', id: 'option-2--depot-bake-action'},
{name: 'Option 3 - Depot CLI', id: 'option-3--depot-cli'},
],
},
Expand Down

0 comments on commit 2e2d5e9

Please sign in to comment.