Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing inline code snippets so that they show up in dark theme #660

Merged
merged 3 commits into from
Oct 12, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helper/src/components/deployTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ gh secret set --repo ${deploy.githubrepo} USER_OBJECT_ID -b $spId
<Text>* Requires <Link target="_gh" href="https://github.com/cli/cli">GitHub CLI</Link>, or execute in the <Link target="_cs" href="http://shell.azure.com/">Azure Cloud Shell (where it is pre-installed)</Link>.</Text>
<Separator></Separator>

<Text style={{marginTop: '20px'}}>Add the following code to a new file in your repos <code>.github/workflows</code> folder, this will call the AKS-Construction reusable workflow. NOTE: This example creates a manually triggered Action</Text>
<Text style={{marginTop: '20px'}}>Add the following code to a new file in your repos <code style={{ "background-color": "#e6e6e6"}}>.github/workflows</code> folder, this will call the AKS-Construction reusable workflow. NOTE: This example creates a manually triggered Action</Text>
<CodeBlock testId={'deploy-github-actions'} lang="github actions" deploycmd={`name: Deploy AKS-Construction

on:
Expand Down
Loading