File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 26
26
run : |
27
27
Publish-Module -Path ./ -NuGetApiKey ${{ secrets.PSGALLERY_API_KEY }} -Verbose
28
28
tweet :
29
+ needs : publish-to-gallery
29
30
runs-on : ubuntu-latest
30
31
steps :
31
32
- uses : Eomm/why-don-t-you-tweet@v1
34
35
with :
35
36
# GitHub event payload
36
37
# https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#release
37
- tweet-message : " [New Release] ${{ github.event.repository.name }} ${{ github.event.release.tag_name }}! Check out what's new! ${{ github.event.release.html_url }} #Rubrik #AsBuiltReport #PowerShell"
38
+ tweet-message : " [New Release] ${{ github.event.repository.name }} ${{ github.event.release.tag_name }}! Check out what's new! ${{ github.event.release.html_url }} #Rubrik #AsBuiltReport #PowerShell #DataProtection "
38
39
env :
39
40
TWITTER_CONSUMER_API_KEY : ${{ secrets.TWITTER_CONSUMER_API_KEY }}
40
41
TWITTER_CONSUMER_API_SECRET : ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
Original file line number Diff line number Diff line change 1
- # Rubrik CDM As Built Report Changelog
1
+ # : arrows_clockwise : Rubrik CDM As Built Report Changelog
2
2
3
- ## Unreleased
3
+ ## [ 1.0.2 ] - 2022-10-19
4
4
5
5
### Changed
6
6
* Added new ` Token ` parameter to support the ability to connect with an API Token
10
10
### Added
11
11
* Added GitHub workflow for release actions
12
12
13
+ ### Fixed
14
+ * Fixes [ #21 ] ( https://github.com/AsBuiltReport/AsBuiltReport.Rubrik.CDM/issues/21 )
15
+
13
16
## [ 1.0.1]
14
17
15
18
### Added
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ function Invoke-AsBuiltReport.Rubrik.CDM {
5
5
. DESCRIPTION
6
6
Documents the configuration of the Rubrik CDM in Word/HTML/XML/Text formats using PScribo.
7
7
. NOTES
8
- Version: 1.0.1
8
+ Version: 1.0.2
9
9
Author: Mike Preston
10
10
Twitter: @mwpreston
11
11
Github: mwpreston
@@ -26,11 +26,6 @@ function Invoke-AsBuiltReport.Rubrik.CDM {
26
26
$InfoLevel = $ReportConfig.InfoLevel
27
27
$Options = $ReportConfig.Options
28
28
29
- # If custom style not set, use default style
30
- if (! $StylePath ) {
31
- & " $PSScriptRoot \..\..\AsBuiltReport.Rubrik.CDM.Style.ps1"
32
- }
33
-
34
29
# region Script Functions
35
30
# ---------------------------------------------------------------------------------------------#
36
31
# SCRIPT FUNCTIONS #
You can’t perform that action at this time.
0 commit comments