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

chore: fix typo #542

Merged
merged 3 commits into from
Apr 28, 2024
Merged
Show file tree
Hide file tree
Changes from all 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 setup/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<h3>New App Settings</h3>
<div class="px-3 py-3">
<p>Choose whether to create a new personal app or organization app. A private personal app can
only be used for repositories under your user. A private origination app can only be used
only be used for repositories under your user. A private organization app can only be used
for repositories under that organization.</p>
<div class="form-check">
<input class="form-check-input" type="radio" bind:group={appScope} value="user"
Expand Down
10 changes: 5 additions & 5 deletions test/default.integ.snapshot/github-runners-test.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,15 +196,15 @@
}
}
},
"0e3de9225b60eca88aa84f1c7fcf64e8e2a3b2c582117d87945a080c7e7e5949": {
"5987a611e9168843d79fb39ca673903e4f133351b42b7164b83e23c16c04ccc9": {
"source": {
"path": "asset.0e3de9225b60eca88aa84f1c7fcf64e8e2a3b2c582117d87945a080c7e7e5949.lambda",
"path": "asset.5987a611e9168843d79fb39ca673903e4f133351b42b7164b83e23c16c04ccc9.lambda",
"packaging": "zip"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "0e3de9225b60eca88aa84f1c7fcf64e8e2a3b2c582117d87945a080c7e7e5949.zip",
"objectKey": "5987a611e9168843d79fb39ca673903e4f133351b42b7164b83e23c16c04ccc9.zip",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
Expand Down Expand Up @@ -235,15 +235,15 @@
}
}
},
"9c5b39955d7bbbb61208adf216865db8d7012ef357025a8c6afbcbfcd02d8609": {
"0bb3a64fa5e011178f75173de2a77d5767cef3138a9707f47d67f5fff050eb9c": {
"source": {
"path": "github-runners-test.template.json",
"packaging": "file"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "9c5b39955d7bbbb61208adf216865db8d7012ef357025a8c6afbcbfcd02d8609.json",
"objectKey": "0bb3a64fa5e011178f75173de2a77d5767cef3138a9707f47d67f5fff050eb9c.json",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16723,7 +16723,7 @@
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
},
"S3Key": "0e3de9225b60eca88aa84f1c7fcf64e8e2a3b2c582117d87945a080c7e7e5949.zip"
"S3Key": "5987a611e9168843d79fb39ca673903e4f133351b42b7164b83e23c16c04ccc9.zip"
},
"Description": "Setup GitHub Actions integration with self-hosted runners",
"Environment": {
Expand Down
Loading