File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 2121 shell : pwsh
2222 run : |
2323 Install-Module -Name NetApp.ONTAP -Repository PSGallery -Force
24+ - name : Install Diagrammer.Core module
25+ shell : pwsh
26+ run : |
27+ Install-Module -Name Diagrammer.Core -Repository PSGallery -Force
2428 - name : Test Module Manifest
2529 shell : pwsh
2630 run : |
4549 TWITTER_CONSUMER_API_SECRET : ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
4650 TWITTER_ACCESS_TOKEN : ${{ secrets.TWITTER_ACCESS_TOKEN }}
4751 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 }}
You can’t perform that action at this time.
0 commit comments