Skip to content

Commit

Permalink
ci: update readme powershell not pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTaylorLee committed Mar 6, 2024
1 parent de7aafd commit bf2a318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Update_ Readme_Downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v3

#Run pwsh functions to publish the module
- name: Version Bump and Repository Push
- name: Update Downloads count
env:
GIT_EMAIL: ${{ secrets.GIT_EMAIL }}
shell: pwsh
shell: powershell
run: |
#Import and Run Scripts
$workingdirectory = (Get-Location).path
Expand Down

0 comments on commit bf2a318

Please sign in to comment.