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

fix: Added explicit error action #1787

Merged
merged 25 commits into from
Apr 30, 2024
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b144c0a
Update to latest
AlexanderSehr Mar 23, 2024
99f88df
Update to latest
AlexanderSehr Mar 23, 2024
754793b
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Mar 25, 2024
8b1daef
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Mar 30, 2024
9f35870
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Apr 6, 2024
4a87461
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Apr 10, 2024
3d4ce5d
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Apr 10, 2024
246477c
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Apr 10, 2024
068f7d3
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Apr 12, 2024
d668fb9
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Apr 15, 2024
9d7bc95
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Apr 18, 2024
90ae3c5
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Apr 18, 2024
93aa434
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Apr 19, 2024
05c9378
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Apr 20, 2024
d6503d6
Merge branches 'main' and 'main' of https://github.com/Azure/bicep-re…
AlexanderSehr Apr 29, 2024
43125dd
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Apr 29, 2024
3264515
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Apr 30, 2024
617c888
Update to latest
AlexanderSehr Apr 30, 2024
60da87b
Update to latest
AlexanderSehr Apr 30, 2024
654e931
Update to latest
AlexanderSehr Apr 30, 2024
e175c3e
Merge branch 'main' of https://github.com/Azure/bicep-registry-modules
AlexanderSehr Apr 30, 2024
f0cbf62
Update to latest
AlexanderSehr Apr 30, 2024
8af3b1d
Update to latest
AlexanderSehr Apr 30, 2024
71c5def
Disabled login
AlexanderSehr Apr 30, 2024
6a43651
Update to latest
AlexanderSehr Apr 30, 2024
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
1 change: 1 addition & 0 deletions .github/workflows/platform.publish-module-index-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
moduleIndexJsonFilePath = 'moduleIndex.json'
prefixForLastModuleIndexJsonFile = 'last-'
prefixForCurrentGeneratedModuleIndexJsonFile = 'generated-'
ErrorAction = 'Continue'
}

Write-Verbose "Invoke task with" -Verbose
Expand Down