Skip to content

Commit 0ab7a90

Browse files
authored
Merge branch 'AsBuiltReport:dev' into dev
2 parents 90dc8d6 + e1f54c6 commit 0ab7a90

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/Release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,13 @@ jobs:
4545
TWITTER_CONSUMER_API_SECRET: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
4646
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
4747
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
48+
bsky-post:
49+
needs: publish-to-gallery
50+
runs-on: ubuntu-latest
51+
steps:
52+
- uses: zentered/[email protected]
53+
with:
54+
post: "[New Release] ${{ github.event.repository.name }} ${{ github.event.release.tag_name }}! Check out what's new! ${{ github.event.release.html_url }} #Netapp #AsBuiltReport #PowerShell #Ontap #NetAppATeam"
55+
env:
56+
BSKY_IDENTIFIER: ${{ secrets.BSKY_IDENTIFIER }}
57+
BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Below are the instructions on how to install, configure and generate a NetApp ON
5151
The ONTAP Storage As Built Report supports the following ONTAP versions;
5252

5353
- ONTAP 9.x
54-
- Tested on v9.5, 9.7, 9.8, 9.9.1, 9.10.1, 9.11.1, 9.12.1, 9.13.1, 9.14.1, 9.15.1
54+
- Tested on v9.5, 9.7, 9.8, 9.9.1, 9.10.1, 9.11.1, 9.12.1, 9.13.1, 9.14.1, 9.15.1, 9.16.1
5555

5656
### **PowerShell**
5757

0 commit comments

Comments
 (0)